Copyright statement (for Debian's sake)
[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       - Added missing copyright statement
8
9 1.0008   24 Feb 2011
10         Fix inject_base regression introduced during optimizations in
11         1.0007
12
13 1.0007   23 Feb 2011
14         Throw a readable exception when load_optional_class is given an
15         invalid class name
16
17 1.0006   08 Sep 2009
18         Allow derived classes without component_base_class(), given all
19         arguments to load_components are absolute class names (+Classname)
20
21 1.0005   22 Apr 2009
22         Add load_optional_class method
23
24 1.0004   18 Mar 2009
25         Port to use MRO::Compat (rafl)
26
27 1.0003    5 Mar 2008
28         Fix tests on perl 5.10.0
29
30 1.0002    4 Mar 2008 
31         Make tests more resilient
32
33 1.0001    11 Aug 2007
34         Add missing dep on Test::Exception
35
36 1.0000    31 Jul 2007
37         First version, based on DBIx::Class::Componentised r3634
38