bf9b6f4bead6c8e816316d6850129809340ed386
[gitmo/Moo.git] / Changes
1 0.9.5 Tue Jan 11 2011
2   - Fix clobberage of runtime-installed wrappers by Sub::Defer
3   - Fix nonMoo constructor firing through multiple layers of Moo
4   - Fix bug where nonMoo is mistakenly detected given a Moo superclass
5     with no attributes (and hence no own constructor)
6
7 0.9.4 Mon Dec 13 2010
8   - Automatic detection on non-Moo superclasses
9
10 0.9.3 Sun Dec 5 2010
11   - Fix _load_module to deal with pre-existing subpackages
12
13 0.9.2 Wed Nov 17 2010
14   - Add explanation of Moo's existence
15   - Change @ISA setting mechanism to deal with a big in 5.10.0's get_linear_isa
16   - Change 5.10 checks to >= to not try and load MRO::Compat on 5.10.0
17   - Make 'perl -Moo' DTRT
18
19 0.9.1 Tue Nov 16 2010
20   - Initial release