X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=lib%2FMooseX%2FSingleton.pm;h=bf7168d5a261decfc05523075a76fcb1107f323d;hp=fe57fadb15e0db324d11cbc76c5fa0f9d61573a1;hb=911a9ddace47ef7d8d2725356b01eb6ac654756d;hpb=d64d58118b49361e1accb6c0371631150cc6df06 diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index fe57fad..bf7168d 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.04; +our $VERSION = 0.08; sub import { my $caller = caller; @@ -15,6 +15,8 @@ sub import { warnings->import; } +no Moose; + 1; __END__ @@ -27,7 +29,7 @@ MooseX::Singleton - turn your Moose class into a singleton =head1 VERSION -Version 0.03, released 16 Dec 07 +Version 0.08, released 24 May 08 =head1 SYNOPSIS @@ -94,9 +96,11 @@ Anders Nor Berle Edebolaz@gmail.comE Ricardo SIGNES Erjbs@cpan.orgE +Dave Rolsky Eautarch@urth.orgE + =head1 COPYRIGHT AND LICENSE -Copyright 2007 Shawn M Moore. +Copyright 2007, 2008 Shawn M Moore. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.