projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b1cd37c
)
Depend on B.
Florian Ragwitz [Thu, 4 Dec 2008 02:17:40 +0000 (
02:17
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1d0322d
..
004ea1c
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-35,6
+35,7
@@
my %prereqs = (
'Carp' => '0',
'Devel::GlobalDestruction' => '0',
'Task::Weaken' => '0',
+ 'B' => '0',
);
delete @prereqs{qw(Sub::Name Devel::GlobalDestruction)}