projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba796e8
)
Bump CMOP dep to get rid of Test::Exception in prereq chain
Dave Rolsky [Fri, 29 Oct 2010 14:00:45 +0000 (09:00 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2c1ee40
..
ed8d57f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-14,7
+14,7
@@
all_from 'lib/Moose.pm';
license 'perl';
requires 'Carp';
-requires 'Class::MOP' => '1.10';
+requires 'Class::MOP' => '1.11';
requires 'Data::OptList' => '0';
requires 'List::MoreUtils' => '0.12';
requires 'Package::DeprecationManager' => '0.10';