diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-10-20 19:28:46 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-20 19:28:46 +0000 |
commit | 10192282fd9e466116e983d131ac76da3af98dab (patch) | |
tree | f9f1d13cf1e63a5f6fc6abd3236cb1dcb02dfaa8 /ext/threads | |
parent | f1791e53cb2920e7259f77ab71f78f70e73e7968 (diff) | |
download | perl-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-x | ext/threads/Makefile.PL | 4 |
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', |