Skip to content

Commit

Permalink
PATCH: [perl #104226]: Name.pm missing from unicore
Browse files Browse the repository at this point in the history
The installperl script needed to be updated to include this file.
  • Loading branch information
Karl Williamson committed Nov 22, 2011
1 parent 8f82b56 commit 971c524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installperl
Expand Up @@ -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/;
}
}

Expand Down

0 comments on commit 971c524

Please sign in to comment.