Add Class::C3::Componetised::ApplyHooks features
[p5sagit/Class-C3-Componentised.git] / Changes
CommitLineData
4892f64f 1Revision history for Class-C3-Componentised
2
e6b8b400 3 - Add Class::C3::Componentised::ApplyHooks features
4
459c3ae3 51.0009 20 Mar 2011
025a7b58 6 - Stop importing Carp functions (and thus polluting the inheritor
f8b4872f 7 namespaces)
025a7b58 8 - Make sure $_ is properly preserved even if the loaded module
15b7d164 9 is negligent enough to change it (RT#66661)
025a7b58 10 - Added missing copyright statement
f8b4872f 11
011bd3f1 121.0008 24 Feb 2011
e1950a66 13 Fix inject_base regression introduced during optimizations in
14 1.0007
15
b3683522 161.0007 23 Feb 2011
eac9b176 17 Throw a readable exception when load_optional_class is given an
18 invalid class name
19
ade50a21 201.0006 08 Sep 2009
b0dd4f7b 21 Allow derived classes without component_base_class(), given all
22 arguments to load_components are absolute class names (+Classname)
23
2a5e2307 241.0005 22 Apr 2009
078742b1 25 Add load_optional_class method
26
593953c0 271.0004 18 Mar 2009
28 Port to use MRO::Compat (rafl)
29
4a196a90 301.0003 5 Mar 2008
31 Fix tests on perl 5.10.0
32
35ef509e 331.0002 4 Mar 2008
34 Make tests more resilient
35
bdce0c01 361.0001 11 Aug 2007
37 Add missing dep on Test::Exception
38
391.0000 31 Jul 2007
20169807 40 First version, based on DBIx::Class::Componentised r3634
4892f64f 41