i messed up the v number on the last one 0011 v0.0011
Guillermo Roditi [Mon, 27 Apr 2009 19:30:48 +0000 (15:30 -0400)]
Changes
lib/MooseX/Object/Pluggable.pm

diff --git a/Changes b/Changes
index 62a03cd..6b893bf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for MooseX-Object-Pluggable
+0.0011    Apr 27, 2009
+          Version number FAIL on last release
+
 0.0010    Apr 27, 2009
           Change how _original_class_name works so it sucks less.
 
index 857239a..30956e1 100644 (file)
@@ -6,7 +6,7 @@ use Class::MOP;
 use Scalar::Util 'blessed';
 use Module::Pluggable::Object;
 
-our $VERSION = '0.00010';
+our $VERSION = '0.0011';
 
 =head1 NAME