projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0161e7d
)
Require the next MOP
Dave Rolsky [Mon, 15 Sep 2008 17:09:14 +0000 (17:09 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
31a07a9
..
51fd227
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-15,7
+15,7
@@
my $win32 = !! ( $^O eq 'Win32' or $^O eq 'cygwin' );
requires 'perl' => '5.008';
requires 'Scalar::Util' => $win32 ? '1.17' : '1.18';
requires 'Carp';
-requires 'Class::MOP' => '0.65';
+requires 'Class::MOP' => '0.66';
requires 'List::MoreUtils';
requires 'Sub::Exporter' => '0.972';