From: Stevan Little Date: Sun, 25 May 2008 03:17:25 +0000 (+0000) Subject: 0.45 X-Git-Tag: 0_55~138 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c998012c3b8234f6a260609df6d1580e490aa3e5;p=gitmo%2FMoose.git 0.45 --- diff --git a/Changes b/Changes index ccd31d7..5807f58 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.45 +0.45 Saturday, May 24, 2008 * Moose - Because of work in Class::MOP 0.56, all XS based functionality is now optional diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index df1074d..47a2364 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -9,7 +9,7 @@ use Class::MOP 0.56; use Carp 'confess'; use Scalar::Util 'weaken', 'blessed', 'reftype'; -our $VERSION = '0.23'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:STEVAN'; use Moose::Meta::Method::Overriden; diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index d0ebad2..230e315 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -7,7 +7,7 @@ use warnings; use Carp 'confess'; use Scalar::Util 'blessed', 'weaken', 'looks_like_number'; -our $VERSION = '0.11'; +our $VERSION = '0.10'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method', diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index 95cea17..8b9738a 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -8,7 +8,7 @@ use Scalar::Util 'blessed'; use Carp 'confess'; use Class::MOP 0.56; -our $VERSION = '0.06'; +our $VERSION = '0.05'; our $AUTHORITY = 'cpan:STEVAN'; my @exports = qw[