On Fri, 12 Aug 2005 23:17:39 -0400, "John E. Malmberg" <[EMAIL PROTECTED]> 
wrote:

> Michael G Schwern wrote:
> > On Fri, Aug 12, 2005 at 05:05:47PM -0400, John E. Malmberg wrote:
> >  
> > I think your patch is backwards.
> 
> It is.  The corrected patch is attached.
> 
> > To avoid these sort of mistakes in the future I'd suggest using RCS on the
> > files you edit rather than diffing copies.

Thanks, applied as change 25290

--- lib/bignum/t/bninfnan.t_25289       Fri Aug 12 16:58:21 2005
+++ lib/bignum/t/bninfnan.t     Fri Aug 12 16:52:35 2005
@@ -8,7 +8,7 @@
 BEGIN
   {
   $| = 1;
-  my $location = $0; $location =~ s/biinfnan.t//i;
+  my $location = $0; $location =~ s/bninfnan.t//i;
   if ($ENV{PERL_CORE})
     {
     @INC = qw(../lib ../lib/bignum/t); # testing with the core distribution

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to