summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-14 09:00:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-14 09:00:45 +0000
commit084610c0b1f0b6b5d7de3bf4b374b2baebed36df (patch)
tree13842265f08579dfbd2fb3cde439a8d33a020b08 /ext
parent691c0cce63d17f1cd46c50c7861ddd4fb55f308c (diff)
downloadperl-084610c0b1f0b6b5d7de3bf4b374b2baebed36df.tar.gz
change some filenames to be 8.3-friendly
p4raw-id: //depot/perl@4149
Diffstat (limited to 'ext')
-rw-r--r--ext/B/Makefile.PL3
-rw-r--r--ext/B/defsubs_h.PL (renamed from ext/B/defsubs.h.PL)0
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index 9af85c9a62..dcff65a50b 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
index 2129c8c5bb..2129c8c5bb 100644
--- a/ext/B/defsubs.h.PL
+++ b/ext/B/defsubs_h.PL