[Moose-commits] r7373 - MooseX-Singleton/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Jan 22 22:41:11 GMT 2009
Author: autarch
Date: 2009-01-22 14:41:11 -0800 (Thu, 22 Jan 2009)
New Revision: 7373
Modified:
MooseX-Singleton/trunk/ChangeLog
MooseX-Singleton/trunk/Makefile.PL
Log:
update changes and prereqs for next release
Modified: MooseX-Singleton/trunk/ChangeLog
===================================================================
--- MooseX-Singleton/trunk/ChangeLog 2009-01-22 22:39:48 UTC (rev 7372)
+++ MooseX-Singleton/trunk/ChangeLog 2009-01-22 22:41:11 UTC (rev 7373)
@@ -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
Modified: MooseX-Singleton/trunk/Makefile.PL
===================================================================
--- MooseX-Singleton/trunk/Makefile.PL 2009-01-22 22:39:48 UTC (rev 7372)
+++ MooseX-Singleton/trunk/Makefile.PL 2009-01-22 22:41:11 UTC (rev 7373)
@@ -5,7 +5,7 @@
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';
More information about the Moose-commits
mailing list