diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 01:54:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 01:54:17 +0000 |
commit | 231071d60ef8fe5211b0e0cc62bc6c905fd457ca (patch) | |
tree | caeaeb7f494eacd66e9d5f4651cc8a76679f307a /lib/Math | |
parent | 8d95d93e67ed265a582091ba49e05cd369bff5b6 (diff) | |
download | perl-231071d60ef8fe5211b0e0cc62bc6c905fd457ca.tar.gz |
Typo.
p4raw-id: //depot/perl@14974
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigInt/t/upgrade.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/upgrade.t b/lib/Math/BigInt/t/upgrade.t index 17d505c3e2..534c99bf12 100644 --- a/lib/Math/BigInt/t/upgrade.t +++ b/lib/Math/BigInt/t/upgrade.t @@ -7,7 +7,7 @@ BEGIN { $| = 1; unshift @INC, '../lib'; # for running manually - my $location = $0; $location =~ s/bigintpm.t//; + my $location = $0; $location =~ s/upgrade.t//; unshift @INC, $location; # to locate the testing files chdir 't' if -d 't'; plan tests => 2056 |