update credits, changelog, version
Ricardo SIGNES [Sat, 26 Jan 2008 14:53:01 +0000 (14:53 +0000)]
ChangeLog
lib/MooseX/Singleton.pm

index 9fe0922..3b3189d 100644 (file)
--- 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
index 5d16bdd..fe57fad 100644 (file)
@@ -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.