diff options
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 73448df4d8..a28b8499ca 100755 --- 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+\.pl)\z/; + return unless $name =~ /\A(?:version|\w+\.p[lm])\z/; } } |