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