From: Jarkko Hietaniemi Date: Sat, 23 Mar 2002 23:58:44 +0000 (+0000) Subject: Rename the Perl 4 tests in preparation of bignum. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06fdd4fef0ae8dab353d3f94e41499b82adb1ae7;p=p5sagit%2Fp5-mst-13.2.git Rename the Perl 4 tests in preparation of bignum. p4raw-id: //depot/perl@15454 --- diff --git a/MANIFEST b/MANIFEST index c041880..1e226c6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -893,9 +893,9 @@ lib/base.pm Establish IS-A relationship at compile time lib/Benchmark.pm Measure execution time lib/Benchmark.t See if Benchmark works lib/bigfloat.pl An arbitrary precision floating point package -lib/bigfloat.t See if bigfloat.pl works +lib/bigfloatpl.t See if bigfloat.pl works lib/bigint.pl An arbitrary precision integer arithmetic package -lib/bigint.t See if bigint.pl works +lib/bigintpl.t See if bigint.pl works lib/bigrat.pl An arbitrary precision rational arithmetic package lib/blib.pm For "use blib" lib/blib.t blib.pm test diff --git a/lib/bigfloat.t b/lib/bigfloatpl.t old mode 100755 new mode 100644 similarity index 100% rename from lib/bigfloat.t rename to lib/bigfloatpl.t diff --git a/lib/bigint.t b/lib/bigintpl.t old mode 100755 new mode 100644 similarity index 100% rename from lib/bigint.t rename to lib/bigintpl.t