From: Ricardo SIGNES <rjbs@cpan.org>
Date: Sat, 26 Jan 2008 14:53:01 +0000 (+0000)
Subject: update credits, changelog, version
X-Git-Tag: 0.09_02~22
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d64d58118b49361e1accb6c0371631150cc6df06;p=gitmo%2FMooseX-Singleton.git

update credits, changelog, version
---

diff --git a/ChangeLog b/ChangeLog
index 9fe0922..3b3189d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.04 2008-01-27
+		- exception when ->new called with args and instance already init'd (rjbs)
+
 0.03 2007-12-16
     - reimplementation as a metaclass (Sartak)
 	- initial CPAN release
diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm
index 5d16bdd..fe57fad 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.03;
+our $VERSION = 0.04;
 
 sub import {
     my $caller = caller;
@@ -90,6 +90,10 @@ Shawn M Moore E<lt>sartak@gmail.comE<gt>
 
 Anders Nor Berle E<lt>debolaz@gmail.comE<gt>
 
+=head1 AND PATCHES FROM
+
+Ricardo SIGNES E<lt>rjbs@cpan.orgE<gt>
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright 2007 Shawn M Moore.