projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52c685d
)
Depend on Task::Weaken so we know we have an XS Scalar::Util
Dave Rolsky [Fri, 14 Nov 2008 20:03:33 +0000 (20:03 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
4dbda50
..
1d0322d
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-34,6
+34,7
@@
my %prereqs = (
'File::Spec' => '0',
'Carp' => '0',
'Devel::GlobalDestruction' => '0',
+ 'Task::Weaken' => '0',
);
delete @prereqs{qw(Sub::Name Devel::GlobalDestruction)}