rewrite nonMoo detection
[gitmo/Moo.git] / Changes
CommitLineData
c4570291 1 - Fix bug where nonMoo is mistakenly detected given a Moo superclass
2 with no attributes (and hence no own constructor)
3
d6276203 40.9.4 Mon Dec 13 2010
de5c0e53 5 - Automatic detection on non-Moo superclasses
6
9e46e99a 70.9.3 Sun Dec 5 2010
5ed7d68a 8 - Fix _load_module to deal with pre-existing subpackages
9
2cb47d6e 100.9.2 Wed Nov 17 2010
5d5bb71d 11 - Add explanation of Moo's existence
786e5ba0 12 - Change @ISA setting mechanism to deal with a big in 5.10.0's get_linear_isa
13 - Change 5.10 checks to >= to not try and load MRO::Compat on 5.10.0
39d272e7 14 - Make 'perl -Moo' DTRT
15
2cb47d6e 160.9.1 Tue Nov 16 2010
ec6bda11 17 - Initial release