From: Dave Rolsky Date: Thu, 18 Sep 2008 15:09:39 +0000 (+0000) Subject: prepping for next release X-Git-Tag: 0.12~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=71e9e24900b966093c70d3c0b9cef4158a45794c prepping for next release --- diff --git a/ChangeLog b/ChangeLog index 90bffc3..cfa6e22 100644 --- 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) diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index 71c6f3a..8c47c82 100644 --- a/lib/MooseX/Singleton.pm +++ b/lib/MooseX/Singleton.pm @@ -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' );