summaryrefslogtreecommitdiff
path: root/ext/threads
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-10-20 19:28:46 +0000
committerSteve Peters <steve@fisharerojo.org>2006-10-20 19:28:46 +0000
commit10192282fd9e466116e983d131ac76da3af98dab (patch)
treef9f1d13cf1e63a5f6fc6abd3236cb1dcb02dfaa8 /ext/threads
parentf1791e53cb2920e7259f77ab71f78f70e73e7968 (diff)
downloadperl-10192282fd9e466116e983d131ac76da3af98dab.tar.gz
Comment out Hash::Util and IO::File from prereqs of threads, since
they are both available in the core. p4raw-id: //depot/perl@29067
Diffstat (limited to 'ext/threads')
-rwxr-xr-xext/threads/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/threads/Makefile.PL b/ext/threads/Makefile.PL
index ee994bb708..aeecbde2b4 100755
--- a/ext/threads/Makefile.PL
+++ b/ext/threads/Makefile.PL
@@ -80,8 +80,8 @@ WriteMakefile(
'XSLoader' => 0,
'ExtUtils::testlib' => 0,
- 'Hash::Util' => 0,
- 'IO::File' => 0,
+# 'Hash::Util' => 0,
+# 'IO::File' => 0,
},
'INSTALLDIRS' => 'perl',