Revert change 33326
Jerry D. Hedden [Fri, 22 Feb 2008 16:21:14 +0000 (11:21 -0500)]
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com>

p4raw-id: //depot/perl@33358

installperl

index fddb66e..f635918 100755 (executable)
@@ -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