changelog entry
[gitmo/MooseX-Singleton.git] / ChangeLog
1 Revision history for Perl extension MooseX-Singleton
2
3 0.04 2008-01-27
4                 - exception when ->new called with args and instance already init'd (rjbs)
5                 - added ->initialize method to remove any ambiguity with ->new
6
7 0.03 2007-12-16
8     - reimplementation as a metaclass (Sartak)
9         - initial CPAN release
10
11 0.02 2007-12-16
12     - instance and new are really the same, cleanup (Sartak)
13
14 0.01 2007-04-20
15     - initial implementation as a role (Debolaz)