Release commit for 1.001_001
[p5sagit/Class-C3-Componentised.git] / Changes
CommitLineData
4892f64f 1Revision history for Class-C3-Componentised
2
560b5ffe 31.001_001 - 2018-02-15
691c269b 4 - list test prerequisites as test prerequisites rather than runtime
67c401ea 5 prerequisites. (RT#100637)
691c269b 6 - correctly list Test::More 0.96 as a test prerequisite (RT#77611)
67c401ea 7 - stop using Class::C3 in tests. it is still listed as a prerequisite.
691c269b 8 because some things expect it to be available once this module is
9 installed.
10 - convert packaging from using Module::Install to plain
11 ExtUtils::MakeMaker, with Distar for releasing. This fixes issues when
12 the current directory is not in @INC (perl 5.26). Fixes RT#121696,
13 RT#120826
67c401ea 14 - fixed typo in documentation. (RT#85355)
15 - fixed module abstracts.
2c7eda43 16 - increase Class::Inspector prereq to 1.32 to fix ensure_class_found on
17 modules provided by @INC hooks, such as PAR. (RT#42845)
691c269b 18
c17e86b8 191.001000 08 Aug 2011
e6b8b400 20 - Add Class::C3::Componentised::ApplyHooks features
21
459c3ae3 221.0009 20 Mar 2011
025a7b58 23 - Stop importing Carp functions (and thus polluting the inheritor
f8b4872f 24 namespaces)
025a7b58 25 - Make sure $_ is properly preserved even if the loaded module
15b7d164 26 is negligent enough to change it (RT#66661)
025a7b58 27 - Added missing copyright statement
f8b4872f 28
011bd3f1 291.0008 24 Feb 2011
e1950a66 30 Fix inject_base regression introduced during optimizations in
31 1.0007
32
b3683522 331.0007 23 Feb 2011
eac9b176 34 Throw a readable exception when load_optional_class is given an
35 invalid class name
36
ade50a21 371.0006 08 Sep 2009
b0dd4f7b 38 Allow derived classes without component_base_class(), given all
39 arguments to load_components are absolute class names (+Classname)
40
2a5e2307 411.0005 22 Apr 2009
078742b1 42 Add load_optional_class method
43
593953c0 441.0004 18 Mar 2009
45 Port to use MRO::Compat (rafl)
46
4a196a90 471.0003 5 Mar 2008
48 Fix tests on perl 5.10.0
49
3a23b721 501.0002 4 Mar 2008
35ef509e 51 Make tests more resilient
52
bdce0c01 531.0001 11 Aug 2007
54 Add missing dep on Test::Exception
55
561.0000 31 Jul 2007
20169807 57 First version, based on DBIx::Class::Componentised r3634
4892f64f 58