From: Shawn M Moore Date: Fri, 13 Jun 2008 00:38:51 +0000 (+0000) Subject: Update Class::MOP dep to 0.59 X-Git-Tag: 0_55~114 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e5e556ec20aaa3c80c37f965419109af837dec8;p=gitmo%2FMoose.git Update Class::MOP dep to 0.59 --- 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