X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FSingleton.pm;h=179e40dcb87d8d5e6b388d4f00011d76b9f5c42c;hb=d871257e46e9a2871c530139b5c20a9e54c8875a;hp=b6e358ad8e708c2e91051b31c04f2336e0ef494a;hpb=86c3868d5fa6e3f1fb4f5e85d9fbdbd3856b0641;p=gitmo%2FMooseX-Singleton.git diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index b6e358a..179e40d 100644 --- a/lib/MooseX/Singleton.pm +++ b/lib/MooseX/Singleton.pm @@ -3,7 +3,7 @@ use Moose; use MooseX::Singleton::Object; use MooseX::Singleton::Meta::Class; -our $VERSION = 0.07; +our $VERSION = 0.09; sub import { my $caller = caller; @@ -29,7 +29,7 @@ MooseX::Singleton - turn your Moose class into a singleton =head1 VERSION -Version 0.07, released 07 Mar 08 +Version 0.08, released 24 May 08 =head1 SYNOPSIS