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