Add missing syms to global.sym; update magic doc
[p5sagit/p5-mst-13.2.git] / installperl
index ddbe595..c9913ca 100755 (executable)
@@ -344,9 +344,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 =~ /^(Config|FileHandle|Safe)\.pm$/) {
         $installlib = $installarchlib;