Preserve $_ (RT#66661)
[p5sagit/Class-C3-Componentised.git] / Changes
CommitLineData
4892f64f 1Revision history for Class-C3-Componentised
2
f8b4872f 3 Stop importing Carp functions (and thus polluting the inheritor
4 namespaces)
15b7d164 5 Make sure $_ is properly preserved even if the loaded module
6 is negligent enough to change it (RT#66661)
f8b4872f 7
011bd3f1 81.0008 24 Feb 2011
e1950a66 9 Fix inject_base regression introduced during optimizations in
10 1.0007
11
b3683522 121.0007 23 Feb 2011
eac9b176 13 Throw a readable exception when load_optional_class is given an
14 invalid class name
15
ade50a21 161.0006 08 Sep 2009
b0dd4f7b 17 Allow derived classes without component_base_class(), given all
18 arguments to load_components are absolute class names (+Classname)
19
2a5e2307 201.0005 22 Apr 2009
078742b1 21 Add load_optional_class method
22
593953c0 231.0004 18 Mar 2009
24 Port to use MRO::Compat (rafl)
25
4a196a90 261.0003 5 Mar 2008
27 Fix tests on perl 5.10.0
28
35ef509e 291.0002 4 Mar 2008
30 Make tests more resilient
31
bdce0c01 321.0001 11 Aug 2007
33 Add missing dep on Test::Exception
34
351.0000 31 Jul 2007
20169807 36 First version, based on DBIx::Class::Componentised r3634
4892f64f 37