change some filenames to be 8.3-friendly
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 14 Sep 1999 09:00:45 +0000 (09:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 14 Sep 1999 09:00:45 +0000 (09:00 +0000)
p4raw-id: //depot/perl@4149

MANIFEST
ext/B/Makefile.PL
ext/B/defsubs_h.PL [moved from ext/B/defsubs.h.PL with 100% similarity]
pod/perldiag.pod
t/lib/bigfltpm.t [moved from t/lib/bigfloatpm.t with 100% similarity]

index 3b0f7ae..99f3cc8 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -184,7 +184,7 @@ ext/B/O.pm          Compiler front-end module (-MO=...)
 ext/B/README           Compiler backend README
 ext/B/TESTS            Compiler backend test data
 ext/B/Todo             Compiler backend Todo list
-ext/B/defsubs.h.PL     Generator for constant subroutines
+ext/B/defsubs_h.PL     Generator for constant subroutines
 ext/B/ramblings/cc.notes       Compiler ramblings: notes on CC backend
 ext/B/ramblings/curcop.runtime Compiler ramblings: notes on curcop use
 ext/B/ramblings/flip-flop      Compiler ramblings: notes on flip-flop
@@ -1124,7 +1124,7 @@ t/lib/attrs.t             See if attrs works with C<sub : attrs>
 t/lib/autoloader.t     See if AutoLoader works
 t/lib/basename.t       See if File::Basename works
 t/lib/bigfloat.t       See if bigfloat.pl works
-t/lib/bigfloatpm.t     See if BigFloat.pm works
+t/lib/bigfltpm.t       See if BigFloat.pm works
 t/lib/bigint.t         See if bigint.pl works
 t/lib/bigintpm.t       See if BigInt.pm works
 t/lib/cgi-form.t       See if CGI.pm works
index 9af85c9..dcff65a 100644 (file)
@@ -16,7 +16,8 @@ if ($^O eq 'MSWin32') {
 WriteMakefile(
     NAME       => "B",
     VERSION    => "a5",
-    MAN3PODS => {},
+    PL_FILES   => { 'defsubs_h.PL' => 'defsubs.h' },
+    MAN3PODS   => {},
     clean      => {
        FILES           => "perl$e *$o B.c defsubs.h *~"
     }
similarity index 100%
rename from ext/B/defsubs.h.PL
rename to ext/B/defsubs_h.PL
index 3ad9731..607a410 100644 (file)
@@ -3336,6 +3336,12 @@ variables.
 of Perl.  Check the #! line, or manually feed your script into
 Perl yourself.
 
+=item Version number must be a constant number
+
+(P) The attempt to translate a C<use Module n.n LIST> statement into
+its equivalent C<BEGIN> block found an internal inconsistency with
+the version number.
+
 =item perl: warning: Setting locale failed.
 
 (S) The whole warning message will look something like:
similarity index 100%
rename from t/lib/bigfloatpm.t
rename to t/lib/bigfltpm.t