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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f82b56
)
PATCH: [perl #104226]: Name.pm missing from unicore
author
Karl Williamson
<public@khwilliamson.com>
Tue, 22 Nov 2011 00:41:02 +0000
(17:41 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 22 Nov 2011 00:49:09 +0000
(17:49 -0700)
The installperl script needed to be updated to include this file.
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
73448df
..
a28b849
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-728,7
+728,7
@@
sub installlib {
# TestProp only needed during testing
return if $name =~ /\ATestProp.pl\z/;
# we need version and *.pl files and can skip the rest
- return unless $name =~ /\A(?:version|\w+\.p
l
)\z/;
+ return unless $name =~ /\A(?:version|\w+\.p
[lm]
)\z/;
}
}