projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f1791e5
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/Makefile.PL
b/ext/threads/Makefile.PL
index
ee994bb
..
aeecbde
100755
(executable)
--- 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',