0.05 0_06
Stevan Little [Sun, 5 Aug 2007 17:07:04 +0000 (17:07 +0000)]
Changes
README
lib/Moose/Autobox.pm

diff --git a/Changes b/Changes
index 4084967..11727ef 100644 (file)
--- 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 (file)
--- 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
index fc445af..5912464 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp        qw(confess);
 use Scalar::Util ();
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use base 'autobox';