X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f704e63488a1248a86a63c60da52182a8563be4a;hb=47b195703a79d662e3a92fd6dd1e230addfb68bb;hp=b0814d30f6d99c72fc399b0ff47dfe25f5d7bfd7;hpb=0addec446871510f6deebd58a52245e33746384c;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index b0814d3..f704e63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ my $win32 = !! ( $^O eq 'Win32' or $^O eq 'cygwin' ); # prereqs requires 'Scalar::Util' => $win32 ? '1.17' : '1.18'; requires 'Carp'; -requires 'Class::MOP' => '0.57'; +requires 'Class::MOP' => '0.59'; requires 'Sub::Exporter' => '0.972'; # only used by oose.pm, not Moose.pm :P