This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[win32] merge changes#989,990,992 from maintbranch
[perl5.git]
/
installperl
diff --git
a/installperl
b/installperl
index
a8bcd35
..
011c8be
100755
(executable)
--- 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');