Update README.
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
911a9dda 30.08 2008-05-24
5379464b 4 - fix make_immutable keyword in test (Sartak)
0a14785c 5 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
6 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 7
86c3868d 80.07 2008-03-07
9 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
10
b1411a85 110.06 2008-03-05
12 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 13
963b26bd 140.05 2008-02-03
b1411a85 15 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 16
d64d5811 170.04 2008-01-27
b1411a85 18 - exception when ->new called with args and instance already init'd (rjbs)
19 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 20
b375b147 210.03 2007-12-16
22 - reimplementation as a metaclass (Sartak)
23 - initial CPAN release
24
250.02 2007-12-16
26 - instance and new are really the same, cleanup (Sartak)
27
280.01 2007-04-20
29 - initial implementation as a role (Debolaz)