From: Stevan Little Date: Wed, 23 Jan 2008 02:41:25 +0000 (+0000) Subject: 0.35 X-Git-Tag: 0_36~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3285fae9bbb607d017c000b71fa138def7fb37d2;p=gitmo%2FMoose.git 0.35 --- diff --git a/Changes b/Changes index cd542fa..f13d620 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.35 +0.35 Tues. Jan. 22, 2008 * Moose::Meta::Method::Constructor - fix to make sure even Class::MOP attributes are handled correctly (Thanks to Dave Rolsky) diff --git a/Makefile.PL b/Makefile.PL index 2569da9..55eb1ac 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.51'; +requires 'Class::MOP' => '0.52'; requires 'Sub::Name' => '0.02'; requires 'Sub::Exporter' => '0.972';