projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f4cbcca
)
Fix the MOP dep so it actually registers
0.55_03
Dave Rolsky [Sat, 30 Aug 2008 01:57:15 +0000 (
01:57
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c087897
..
19a22f2
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,7
+13,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.64_07';
+requires 'Class::MOP' => '0.6407';
requires 'List::MoreUtils';
requires 'Sub::Exporter' => '0.972';