From: Dave Rolsky Date: Sat, 30 Aug 2008 01:57:15 +0000 (+0000) Subject: Fix the MOP dep so it actually registers X-Git-Tag: 0.55_03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e71fef0f7f2be3af3d9913ce21bc5d9d431c52f2;p=gitmo%2FMoose.git Fix the MOP dep so it actually registers --- diff --git a/Makefile.PL b/Makefile.PL index c087897..19a22f2 100644 --- 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';