Rename the Perl 4 tests in preparation of bignum.
Jarkko Hietaniemi [Sat, 23 Mar 2002 23:58:44 +0000 (23:58 +0000)]
p4raw-id: //depot/perl@15454

MANIFEST
lib/bigfloatpl.t [moved from lib/bigfloat.t with 100% similarity, mode: 0644]
lib/bigintpl.t [moved from lib/bigint.t with 100% similarity, mode: 0644]

index c041880..1e226c6 100644 (file)
--- 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
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/bigfloat.t
rename to lib/bigfloatpl.t
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/bigint.t
rename to lib/bigintpl.t