Bump the minimum Moose version to 0.28, because we had a test failure from some guy...
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
d64d5811 30.04 2008-01-27
4 - exception when ->new called with args and instance already init'd (rjbs)
0c4a6b71 5 - added ->initialize method to remove any ambiguity with ->new
d64d5811 6
b375b147 70.03 2007-12-16
8 - reimplementation as a metaclass (Sartak)
9 - initial CPAN release
10
110.02 2007-12-16
12 - instance and new are really the same, cleanup (Sartak)
13
140.01 2007-04-20
15 - initial implementation as a role (Debolaz)