diff options
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', |