From: Jerry D. Hedden Date: Fri, 22 Feb 2008 16:21:14 +0000 (-0500) Subject: Revert change 33326 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54c0bb34295e9746f3d9fd2a6490265df2b6734c;p=p5sagit%2Fp5-mst-13.2.git Revert change 33326 From: "Jerry D. Hedden" Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com> p4raw-id: //depot/perl@33358 --- diff --git a/installperl b/installperl index fddb66e..f635918 100755 --- a/installperl +++ b/installperl @@ -819,12 +819,6 @@ sub installlib { return if $name =~ m{^(?:SIGNATURE|PAUSE200\d\.pub)$}; # CPAN files return if $name =~ m{^(?:NOTES|PATCHING)$}; # ExtUtils files - # If not a threaded Perl, then ignore files that support threads - if (! $Config{'useithreads'}) { - return if $dir =~ m{Thread}; - return if $name =~ m{Thread}; - } - # if using a shared perl library then ignore: # - static library files [of statically linked extensions]; # - import library files and export library files (only present on Win32