update Class::Inspector prereq
[p5sagit/Class-C3-Componentised.git] / Changes
CommitLineData
4892f64f 1Revision history for Class-C3-Componentised
2
691c269b 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
2c7eda43 15 - increase Class::Inspector prereq to 1.32 to fix ensure_class_found on
16 modules provided by @INC hooks, such as PAR. (RT#42845)
691c269b 17
c17e86b8 181.001000 08 Aug 2011
e6b8b400 19 - Add Class::C3::Componentised::ApplyHooks features
20
459c3ae3 211.0009 20 Mar 2011
025a7b58 22 - Stop importing Carp functions (and thus polluting the inheritor
f8b4872f 23 namespaces)
025a7b58 24 - Make sure $_ is properly preserved even if the loaded module
15b7d164 25 is negligent enough to change it (RT#66661)
025a7b58 26 - Added missing copyright statement
f8b4872f 27
011bd3f1 281.0008 24 Feb 2011
e1950a66 29 Fix inject_base regression introduced during optimizations in
30 1.0007
31
b3683522 321.0007 23 Feb 2011
eac9b176 33 Throw a readable exception when load_optional_class is given an
34 invalid class name
35
ade50a21 361.0006 08 Sep 2009
b0dd4f7b 37 Allow derived classes without component_base_class(), given all
38 arguments to load_components are absolute class names (+Classname)
39
2a5e2307 401.0005 22 Apr 2009
078742b1 41 Add load_optional_class method
42
593953c0 431.0004 18 Mar 2009
44 Port to use MRO::Compat (rafl)
45
4a196a90 461.0003 5 Mar 2008
47 Fix tests on perl 5.10.0
48
3a23b721 491.0002 4 Mar 2008
35ef509e 50 Make tests more resilient
51
bdce0c01 521.0001 11 Aug 2007
53 Add missing dep on Test::Exception
54
551.0000 31 Jul 2007
20169807 56 First version, based on DBIx::Class::Componentised r3634
4892f64f 57