Change 33358 by [EMAIL PROTECTED] on 2008/02/24 22:39:56
Subject: [PATCH] Revert change 33326
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Fri, 22 Feb 2008 16:21:14 -0500
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/installperl#152 edit
Differences ...
==== //depot/perl/installperl#152 (xtext) ====
Index: perl/installperl
--- perl/installperl#151~33326~ 2008-02-18 02:51:32.000000000 -0800
+++ perl/installperl 2008-02-24 14:39:56.000000000 -0800
@@ -819,12 +819,6 @@
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
End of Patch.