projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cadd5b5
)
Bump the dep on CMM, since it has the prototype fix
Shawn M Moore [Fri, 27 Jun 2008 05:04:31 +0000 (
05:04
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
32e566e
..
0dded4f
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
all_from 'lib/Mouse.pm';
requires 'Sub::Exporter';
requires 'Scalar::Util';
requires 'MRO::Compat';
-requires 'Class::Method::Modifiers' => '1.00';
+requires 'Class::Method::Modifiers' => '1.01';
build_requires 'Test::More';
build_requires 'Test::Exception';