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.

I do not have RCS.

-John
[EMAIL PROTECTED]
Personal Opinion Only



--- 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

Reply via email to