diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:27:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:27:18 +0000 |
commit | 38b8243ab0d66a9a580a7dbf933f909a51f9cc79 (patch) | |
tree | 7666073436b0eed4e35c9f59e53b02589d313d78 /installperl | |
parent | 21b24fed243b3f9c67f84676302e2977a490e45d (diff) | |
download | perl-38b8243ab0d66a9a580a7dbf933f909a51f9cc79.tar.gz |
[win32] merge changes#989,990,992 from maintbranch
p4raw-link: @992 on //depot/maint-5.004/perl: 939cd61b8f2cacc306672f95f1fdd75c8a467988
p4raw-link: @990 on //depot/maint-5.004/perl: 8025562d4dc1786ce758f6f408dd237fc4eca71e
p4raw-link: @989 on //depot/maint-5.004/perl: 7ba7701dce644462ff1139b413d24e4f7004bf2e
p4raw-id: //depot/win32/perl@1004
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/installperl b/installperl index a8bcd35b15..011c8be061 100755 --- a/installperl +++ b/installperl @@ -46,7 +46,10 @@ if ($Is_VMS) { @scripts = map { "$_.Com" } @scripts; } @pods = (<pod/*.pod>); -%archpms = (Config => 1, FileHandle => 1, overload => 1); +%archpms = ( + Config => 1, FileHandle => 1, overload => 1, + 'File/Basename' => 1, # uses m//t +); if ($^O eq 'dos') { push(@scripts,'djgpp/fixpmain'); |