prepping for next release
Dave Rolsky [Thu, 18 Sep 2008 15:09:39 +0000 (15:09 +0000)]
ChangeLog
lib/MooseX/Singleton.pm

index 90bffc3..cfa6e22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.12
+    - Fixed to work with Moose 0.58
+       
 0.11 2008-09-05
     - Fixed to work with Moose 0.57. Fixes RT #39013. Reported by Jon Swartz (Dave Rolsky)
        
index 71c6f3a..8c47c82 100644 (file)
@@ -5,7 +5,7 @@ use Moose::Exporter;
 use MooseX::Singleton::Object;
 use MooseX::Singleton::Meta::Class;
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 $VERSION = eval $VERSION;
 
 Moose::Exporter->setup_import_methods( also => 'Moose' );