From: Dave Rolsky Date: Mon, 6 Oct 2008 23:02:46 +0000 (+0000) Subject: The next Moose release will require CMOP 0.67 X-Git-Tag: 0.59~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53da0e2f3a65fdbc86bc5355bf860f9fe7569eaf;p=gitmo%2FMoose.git The next Moose release will require CMOP 0.67 --- diff --git a/Makefile.PL b/Makefile.PL index 2d80c1a..e9969b5 100644 --- 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.66'; +requires 'Class::MOP' => '0.67'; requires 'List::MoreUtils'; requires 'Sub::Exporter' => '0.972';