projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
47e735e
)
No need for Sub::Identify
Dave Rolsky [Thu, 26 Feb 2009 16:12:07 +0000 (16:12 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
183cd17
..
f87bd5a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-17,7
+17,6
@@
requires 'Carp';
requires 'Devel::GlobalDestruction';
requires 'MRO::Compat' => '0.05';
requires 'Scalar::Util' => '1.18';
-requires 'Sub::Identify' => '0.03';
requires 'Sub::Name' => '0.04';
requires 'Task::Weaken';