diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-02-22 11:21:14 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-24 22:39:56 +0000 |
commit | 54c0bb34295e9746f3d9fd2a6490265df2b6734c (patch) | |
tree | aab42cfd096f8d50ba8508eb0536592a9ed2b629 /installperl | |
parent | 13432c88f97fd940d3f4c301294574bf86ba7c7d (diff) | |
download | perl-54c0bb34295e9746f3d9fd2a6490265df2b6734c.tar.gz |
Revert change 33326
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com>
p4raw-id: //depot/perl@33358
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/installperl b/installperl index fddb66e1b6..f635918796 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 |