From: Dave Rolsky Date: Mon, 15 Sep 2008 17:09:14 +0000 (+0000) Subject: Require the next MOP X-Git-Tag: 0.58~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f38fef2011c75784d5c1e14300dc6265b51c30c;p=gitmo%2FMoose.git Require the next MOP --- diff --git a/Makefile.PL b/Makefile.PL index 31a07a9..51fd227 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.65'; +requires 'Class::MOP' => '0.66'; requires 'List::MoreUtils'; requires 'Sub::Exporter' => '0.972';