From: Stevan Little Date: Tue, 4 Dec 2007 14:56:47 +0000 (+0000) Subject: 0.32 X-Git-Tag: 0_33~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc26a424a611200411736c88123aac0a76c14b97;p=gitmo%2FMoose.git 0.32 --- diff --git a/Changes b/Changes index 1545f4f..2798d0d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.32 +0.32 Tues. Dec. 4, 2007 * Moose::Util::TypeConstraints - fixing how subtype aliases of unions work they should inherit the parent's coercion diff --git a/Makefile.PL b/Makefile.PL index c9c0544..28b630d 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.47'; +requires 'Class::MOP' => '0.48'; requires 'Sub::Name' => '0.02'; requires 'Sub::Exporter' => '0.972'; requires 'B'; diff --git a/README b/README index 32e9610..4f434c9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose version 0.31 +Moose version 0.32 =========================== See the individual module documentation for more information