summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl3
1 files changed, 0 insertions, 3 deletions
diff --git a/installperl b/installperl
index e681eaee92..2774553bb1 100755
--- a/installperl
+++ b/installperl
@@ -697,9 +697,6 @@ sub installlib {
# .exists files, .PL files, and .t files.
return if $name =~ m{\.orig$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.t$};
- # ignore locale, strict, and warnings test data files
- return if $name =~ m{^lib/(locale|strict|warnings)/\w+$};
-
$name = "$dir/$name" if $dir ne '';
my $installlib = $installprivlib;