update changes and prereqs for next release
Dave Rolsky [Thu, 22 Jan 2009 22:41:11 +0000 (22:41 +0000)]
ChangeLog
Makefile.PL

index 992c5df..be1a3d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.14 2009-01-22
+    - Converted to use new method generation helpers in the most
+      recent Moose (0.65) and Class::MOP (Dave Rolsky)
+       
 0.13 2008-12-08
     - Fixed to work with Moose 0.63
 
index 2bebe13..1e2ff81 100644 (file)
@@ -5,7 +5,7 @@ use inc::Module::Install;
 name 'MooseX-Singleton';
 all_from 'lib/MooseX/Singleton.pm';
 
-requires 'Moose' => '0.63';
+requires 'Moose' => '0.65';
 
 build_requires 'Test::More';
 build_requires 'Test::Exception';