From: Dave Rolsky Date: Thu, 22 Jan 2009 22:41:11 +0000 (+0000) Subject: update changes and prereqs for next release X-Git-Tag: 0.14~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=adda7954342ef3715387d83deeaef08b7b9631a5 update changes and prereqs for next release --- diff --git a/ChangeLog b/ChangeLog index 992c5df..be1a3d4 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 2bebe13..1e2ff81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';