From: Jarkko Hietaniemi Date: Tue, 4 Jul 2000 16:35:24 +0000 (+0000) Subject: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy. X-Git-Tag: accepted/trunk/20130322.191538~34778^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d21b05bfc8f9f973d85bc96a830ce268c818bd89;p=platform%2Fupstream%2Fperl.git Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy. p4raw-id: //depot/cfgperl@6308 --- diff --git a/MANIFEST b/MANIFEST index 4e32b90..b68706a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -720,7 +720,7 @@ lib/hostname.pl Old hostname code lib/importenv.pl Perl routine to get environment into variables lib/integer.pm For "use integer" lib/less.pm For "use less" -lib/lib.pm.PL For "use lib" +lib/lib_pm.PL For "use lib", produces lib/lib.pm lib/locale.pm For "use locale" lib/look.pl A "look" equivalent lib/newgetopt.pl A perl library supporting long option parsing diff --git a/Makefile.SH b/Makefile.SH index 52789b9..1c833a0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -231,7 +231,7 @@ shextract = Makefile cflags config.h makeaperl makedepend \ # available. Dependencies handled manually below (for now). pl = pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL \ - pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL lib/lib.pm.PL + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL lib/lib_pm.PL plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \ pod/pod2usage pod/podchecker pod/podselect lib/lib.pm diff --git a/lib/lib.pm.PL b/lib/lib_pm.PL similarity index 99% rename from lib/lib.pm.PL rename to lib/lib_pm.PL index 1b5efa0..0d2a73b 100644 --- a/lib/lib.pm.PL +++ b/lib/lib_pm.PL @@ -6,6 +6,7 @@ use Cwd; my $origdir = cwd; chdir dirname($0); my $file = basename($0, '.PL'); +$file =~ s!_(pm)$!.$1!i; my $Config_archname = defined($Config{'archname'}) ? $Config{'archname'} : ''; my $Config_ver = defined($Config{'version'}) ? $Config{'version'} : '';