Re: [patch@25289] bninfnan.t setting include path to file.
authorJohn E. Malmberg <wb8tyw@qsl.net>
Fri, 12 Aug 2005 23:17:39 +0000 (19:17 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Sat, 13 Aug 2005 07:30:05 +0000 (07:30 +0000)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42FD6653.6010605@qsl.net>

p4raw-id: //depot/perl@25290

lib/bignum/t/bninfnan.t

index 7536a03..2d6d7ec 100644 (file)
@@ -8,7 +8,7 @@ use strict;
 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