projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8c5f7ce
)
Depend on Task::Weaken so we know we have an XS Scalar::Util
Dave Rolsky [Fri, 14 Nov 2008 20:03:58 +0000 (20:03 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
20416fb
..
e8eb490
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-15,6
+15,7
@@
requires 'Carp';
requires 'Class::MOP' => '0.68';
requires 'List::MoreUtils';
requires 'Sub::Exporter' => '0.972';
+requires 'Task::Weaken' => '0';
# only used by oose.pm, not Moose.pm :P
requires 'Filter::Simple' => '0';