diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 13:32:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 13:32:13 +0000 |
commit | 8a6cb2cbf33b292e9c5c2689417fb9f525f67df2 (patch) | |
tree | ca6a5700321e636d9ecd403d12ab4bcd927b73a9 /installperl | |
parent | a6ec74c1448e028e8d796742c81e78fb067bf603 (diff) | |
download | perl-8a6cb2cbf33b292e9c5c2689417fb9f525f67df2.tar.gz |
Move the locale/strict/warnings helper files back
under the t/lib; this way the amount of non-installabled
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10686
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 3 |
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; |