diff options
author | Chip Salzenberg <chip@perl.com> | 1997-04-13 21:06:24 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-25 00:00:00 +1200 |
commit | 9cb0349816f65e482495ae89139e3ee79820f17e (patch) | |
tree | 54c24281abf75fc044e5066787c40b4e0729cb52 /installperl | |
parent | 26db47c4f558e866cc7267a8036a8ebaeaa1ee73 (diff) | |
download | perl-9cb0349816f65e482495ae89139e3ee79820f17e.tar.gz |
Undo private patch
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/installperl b/installperl index 9563bda4f3..07b1e55627 100755 --- a/installperl +++ b/installperl @@ -405,9 +405,6 @@ sub installlib { $name = "$dir/$name" if $dir ne ''; - # ignore Chip-style patch backups. - return if grep(/^P\d+$/, split(m{/+}, $name)); - my $installlib = $installprivlib; if ($dir =~ /^auto/ || ($name =~ /^(.*)\.(?:pm|pod)$/ && $archpms{$1})) { |