From: John E. Malmberg Date: Fri, 12 Aug 2005 23:17:39 +0000 (-0400) Subject: Re: [patch@25289] bninfnan.t setting include path to file. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec0fbd55835b91595c554961b7b5f049efb85762;p=p5sagit%2Fp5-mst-13.2.git Re: [patch@25289] bninfnan.t setting include path to file. From: "John E. Malmberg" Message-ID: <42FD6653.6010605@qsl.net> p4raw-id: //depot/perl@25290 --- diff --git a/lib/bignum/t/bninfnan.t b/lib/bignum/t/bninfnan.t index 7536a03..2d6d7ec 100644 --- a/lib/bignum/t/bninfnan.t +++ b/lib/bignum/t/bninfnan.t @@ -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