Change 14974 by jhi@alpha on 2002/03/04 01:54:17
Typo.
Affected files ...
.... //depot/perl/lib/Math/BigInt/t/upgrade.t#4 edit
Differences ...
==== //depot/perl/lib/Math/BigInt/t/upgrade.t#4 (text) ====
Index: perl/lib/Math/BigInt/t/upgrade.t
--- perl/lib/Math/BigInt/t/upgrade.t.~1~ Sun Mar 3 19:00:06 2002
+++ perl/lib/Math/BigInt/t/upgrade.t Sun Mar 3 19:00:06 2002
@@ -7,7 +7,7 @@
{
$| = 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
End of Patch.