From 084610c0b1f0b6b5d7de3bf4b374b2baebed36df Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 14 Sep 1999 09:00:45 +0000 Subject: [PATCH] change some filenames to be 8.3-friendly p4raw-id: //depot/perl@4149 --- MANIFEST | 4 ++-- ext/B/Makefile.PL | 3 ++- ext/B/{defsubs.h.PL => defsubs_h.PL} | 0 pod/perldiag.pod | 6 ++++++ t/lib/{bigfloatpm.t => bigfltpm.t} | 0 5 files changed, 10 insertions(+), 3 deletions(-) rename ext/B/{defsubs.h.PL => defsubs_h.PL} (100%) rename t/lib/{bigfloatpm.t => bigfltpm.t} (100%) diff --git a/MANIFEST b/MANIFEST index 3b0f7ae..99f3cc8 100644 --- 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 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 diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index 9af85c9..dcff65a 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -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 *~" } diff --git a/ext/B/defsubs.h.PL b/ext/B/defsubs_h.PL similarity index 100% rename from ext/B/defsubs.h.PL rename to ext/B/defsubs_h.PL diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3ad9731..607a410 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -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 statement into +its equivalent C block found an internal inconsistency with +the version number. + =item perl: warning: Setting locale failed. (S) The whole warning message will look something like: diff --git a/t/lib/bigfloatpm.t b/t/lib/bigfltpm.t similarity index 100% rename from t/lib/bigfloatpm.t rename to t/lib/bigfltpm.t -- 2.7.4