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