From: Steve Peters Date: Fri, 20 Oct 2006 19:28:46 +0000 (+0000) Subject: Comment out Hash::Util and IO::File from prereqs of threads, since X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10192282fd9e466116e983d131ac76da3af98dab;p=p5sagit%2Fp5-mst-13.2.git Comment out Hash::Util and IO::File from prereqs of threads, since they are both available in the core. p4raw-id: //depot/perl@29067 --- diff --git a/ext/threads/Makefile.PL b/ext/threads/Makefile.PL index ee994bb..aeecbde 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',