diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2005-08-12 19:17:39 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-13 07:30:05 +0000 |
commit | ec0fbd55835b91595c554961b7b5f049efb85762 (patch) | |
tree | f8c17251f55c872f8804caf5a06ad5c3c944961f /lib/bignum/t/bninfnan.t | |
parent | 8169a885e54b185b764945e68a001202a9d927d3 (diff) | |
download | perl-ec0fbd55835b91595c554961b7b5f049efb85762.tar.gz |
Re: [patch@25289] bninfnan.t setting include path to file.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42FD6653.6010605@qsl.net>
p4raw-id: //depot/perl@25290
Diffstat (limited to 'lib/bignum/t/bninfnan.t')
-rw-r--r-- | lib/bignum/t/bninfnan.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bignum/t/bninfnan.t b/lib/bignum/t/bninfnan.t index 7536a034a3..2d6d7ec072 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 |