f6d3fe65a8e47ed7b800953da5809e16fa719ee5
[p5sagit/Class-C3-Componentised.git] / Changes
1 Revision history for Class-C3-Componentised
2
3         Stop importing Carp functions (and thus polluting the inheritor
4         namespaces)
5         Make sure $_ is properly preserved even if the loaded module
6         is negligent enough to change it (RT#66661)
7
8 1.0008   24 Feb 2011
9         Fix inject_base regression introduced during optimizations in
10         1.0007
11
12 1.0007   23 Feb 2011
13         Throw a readable exception when load_optional_class is given an
14         invalid class name
15
16 1.0006   08 Sep 2009
17         Allow derived classes without component_base_class(), given all
18         arguments to load_components are absolute class names (+Classname)
19
20 1.0005   22 Apr 2009
21         Add load_optional_class method
22
23 1.0004   18 Mar 2009
24         Port to use MRO::Compat (rafl)
25
26 1.0003    5 Mar 2008
27         Fix tests on perl 5.10.0
28
29 1.0002    4 Mar 2008 
30         Make tests more resilient
31
32 1.0001    11 Aug 2007
33         Add missing dep on Test::Exception
34
35 1.0000    31 Jul 2007
36         First version, based on DBIx::Class::Componentised r3634
37