X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FSingleton.pm;h=bc2b7ec1b1ab6077c8460faf07de1cbe687e0c56;hb=40187c7bffc6c93587f3f484f5a39c20ff5716a6;hp=8261d0ee31f5987e814cbdc112f49033bde623ec;hpb=846bf41407cf4657f8dff32bb5d83783b3221b9c;p=gitmo%2FMooseX-Singleton.git diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index 8261d0e..bc2b7ec 100644 --- a/lib/MooseX/Singleton.pm +++ b/lib/MooseX/Singleton.pm @@ -1,11 +1,11 @@ package MooseX::Singleton; -use Moose (); +use Moose 0.74 (); use Moose::Exporter; use MooseX::Singleton::Object; use MooseX::Singleton::Meta::Class; -our $VERSION = '0.14'; +our $VERSION = '0.16'; $VERSION = eval $VERSION; Moose::Exporter->setup_import_methods( also => 'Moose' ); @@ -31,7 +31,7 @@ MooseX::Singleton - turn your Moose class into a singleton =head1 VERSION -Version 0.08, released 24 May 08 +Version 0.16, released 24 May 08 =head1 SYNOPSIS