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
use MooseX::Singleton::Object;
use MooseX::Singleton::Meta::Class;
-our $VERSION = 0.03;
+our $VERSION = 0.04;
sub import {
my $caller = caller;
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.