X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FSingleton.pm;h=179e40dcb87d8d5e6b388d4f00011d76b9f5c42c;hb=d871257e46e9a2871c530139b5c20a9e54c8875a;hp=34291a87edb34f3c6b1f439df16c8a64a14750af;hpb=2b4ce4bdb3bda617f7d2a966609c38ceb790d66e;p=gitmo%2FMooseX-Singleton.git diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index 34291a8..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.05; +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.04, released 03 Feb 08 +Version 0.08, released 24 May 08 =head1 SYNOPSIS @@ -96,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.