diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-14 09:00:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-14 09:00:45 +0000 |
commit | 084610c0b1f0b6b5d7de3bf4b374b2baebed36df (patch) | |
tree | 13842265f08579dfbd2fb3cde439a8d33a020b08 /ext | |
parent | 691c0cce63d17f1cd46c50c7861ddd4fb55f308c (diff) | |
download | perl-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.PL | 3 | ||||
-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 |