Comment out Hash::Util and IO::File from prereqs of threads, since
Steve Peters [Fri, 20 Oct 2006 19:28:46 +0000 (19:28 +0000)]
they are both available in the core.

p4raw-id: //depot/perl@29067

ext/threads/Makefile.PL

index ee994bb..aeecbde 100755 (executable)
@@ -80,8 +80,8 @@ WriteMakefile(
         'XSLoader'        => 0,
 
         'ExtUtils::testlib' => 0,
-        'Hash::Util'        => 0,
-        'IO::File'          => 0,
+#        'Hash::Util'        => 0,
+#        'IO::File'          => 0,
     },
     'INSTALLDIRS'       => 'perl',