changelog
[p5sagit/Class-C3-Componentised.git] / Changes
1 Revision history for Class-C3-Componentised
2
3       - list test prerequisites as test prerequisites rather than runtime
4         prerequisites (RT#100637)
5       - correctly list Test::More 0.96 as a test prerequisite (RT#77611)
6       - stop using Class::C3 in tests.  it is still listed as a prerequisite
7         because some things expect it to be available once this module is
8         installed.
9       - convert packaging from using Module::Install to plain
10         ExtUtils::MakeMaker, with Distar for releasing.  This fixes issues when
11         the current directory is not in @INC (perl 5.26).  Fixes RT#121696,
12         RT#120826
13       - fixed typo in documentation
14       - fixed module abstracts
15
16 1.001000 08 Aug 2011
17       - Add Class::C3::Componentised::ApplyHooks features
18
19 1.0009   20 Mar 2011
20       - Stop importing Carp functions (and thus polluting the inheritor
21         namespaces)
22       - Make sure $_ is properly preserved even if the loaded module
23         is negligent enough to change it (RT#66661)
24       - Added missing copyright statement
25
26 1.0008   24 Feb 2011
27         Fix inject_base regression introduced during optimizations in
28         1.0007
29
30 1.0007   23 Feb 2011
31         Throw a readable exception when load_optional_class is given an
32         invalid class name
33
34 1.0006   08 Sep 2009
35         Allow derived classes without component_base_class(), given all
36         arguments to load_components are absolute class names (+Classname)
37
38 1.0005   22 Apr 2009
39         Add load_optional_class method
40
41 1.0004   18 Mar 2009
42         Port to use MRO::Compat (rafl)
43
44 1.0003    5 Mar 2008
45         Fix tests on perl 5.10.0
46
47 1.0002    4 Mar 2008
48         Make tests more resilient
49
50 1.0001    11 Aug 2007
51         Add missing dep on Test::Exception
52
53 1.0000    31 Jul 2007
54         First version, based on DBIx::Class::Componentised r3634
55