fix repo url
[p5sagit/Class-C3-Componentised.git] / Changes
CommitLineData
4892f64f 1Revision history for Class-C3-Componentised
2
459c3ae3 31.0009 20 Mar 2011
025a7b58 4 - Stop importing Carp functions (and thus polluting the inheritor
f8b4872f 5 namespaces)
025a7b58 6 - Make sure $_ is properly preserved even if the loaded module
15b7d164 7 is negligent enough to change it (RT#66661)
025a7b58 8 - Added missing copyright statement
f8b4872f 9
011bd3f1 101.0008 24 Feb 2011
e1950a66 11 Fix inject_base regression introduced during optimizations in
12 1.0007
13
b3683522 141.0007 23 Feb 2011
eac9b176 15 Throw a readable exception when load_optional_class is given an
16 invalid class name
17
ade50a21 181.0006 08 Sep 2009
b0dd4f7b 19 Allow derived classes without component_base_class(), given all
20 arguments to load_components are absolute class names (+Classname)
21
2a5e2307 221.0005 22 Apr 2009
078742b1 23 Add load_optional_class method
24
593953c0 251.0004 18 Mar 2009
26 Port to use MRO::Compat (rafl)
27
4a196a90 281.0003 5 Mar 2008
29 Fix tests on perl 5.10.0
30
35ef509e 311.0002 4 Mar 2008
32 Make tests more resilient
33
bdce0c01 341.0001 11 Aug 2007
35 Add missing dep on Test::Exception
36
371.0000 31 Jul 2007
20169807 38 First version, based on DBIx::Class::Componentised r3634
4892f64f 39