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