summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-13 21:06:24 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-25 00:00:00 +1200
commit9cb0349816f65e482495ae89139e3ee79820f17e (patch)
tree54c24281abf75fc044e5066787c40b4e0729cb52 /installperl
parent26db47c4f558e866cc7267a8036a8ebaeaa1ee73 (diff)
downloadperl-9cb0349816f65e482495ae89139e3ee79820f17e.tar.gz
Undo private patch
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl3
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})) {