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