From: Stevan Little Date: Sun, 5 Aug 2007 17:07:04 +0000 (+0000) Subject: 0.05 X-Git-Tag: 0_06^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e48618b1a3b1b39933c2f268abdd1b1b93adbfb;hp=ee6bd664e02b8d460803a4c934264ad5f25bdc83;p=gitmo%2FMoose-Autobox.git 0.05 --- diff --git a/Changes b/Changes index 4084967..11727ef 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Perl extension Moose::Autobox +0.05 Sun. Aug. 5, 2007 * Moose::Autobox - - fixed loading approach so that Moose::Object doesn't end up in isa + - fixed loading approach so that Moose::Object doesn't end + up in isa (thanks to mst) 0.04 Thurs. May 31, 2007 * Moose::Autobox::Hash diff --git a/README b/README index 19adefe..0ee247a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose::Autobox version 0.04 +Moose::Autobox version 0.05 =========================== See the individual module documentation for more information diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index fc445af..5912464 100644 --- a/lib/Moose/Autobox.pm +++ b/lib/Moose/Autobox.pm @@ -7,7 +7,7 @@ use warnings; use Carp qw(confess); use Scalar::Util (); -our $VERSION = '0.04'; +our $VERSION = '0.05'; use base 'autobox';