add travis config
[p5sagit/Class-C3-Componentised.git] / Changes
1 Revision history for Class-C3-Componentised
2
3 1.001002 - 2018-02-23
4       - fixed author metadata
5       - added x_static_install and dynamic_config=0 to metadata
6       - added x_authority to metadata
7
8 1.001_001 - 2018-02-15
9       - list test prerequisites as test prerequisites rather than runtime
10         prerequisites. (RT#100637)
11       - correctly list Test::More 0.96 as a test prerequisite (RT#77611)
12       - stop using Class::C3 in tests.  it is still listed as a prerequisite.
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
19       - fixed typo in documentation. (RT#85355)
20       - fixed module abstracts.
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)
23
24 1.001000 08 Aug 2011
25       - Add Class::C3::Componentised::ApplyHooks features
26
27 1.0009   20 Mar 2011
28       - Stop importing Carp functions (and thus polluting the inheritor
29         namespaces)
30       - Make sure $_ is properly preserved even if the loaded module
31         is negligent enough to change it (RT#66661)
32       - Added missing copyright statement
33
34 1.0008   24 Feb 2011
35         Fix inject_base regression introduced during optimizations in
36         1.0007
37
38 1.0007   23 Feb 2011
39         Throw a readable exception when load_optional_class is given an
40         invalid class name
41
42 1.0006   08 Sep 2009
43         Allow derived classes without component_base_class(), given all
44         arguments to load_components are absolute class names (+Classname)
45
46 1.0005   22 Apr 2009
47         Add load_optional_class method
48
49 1.0004   18 Mar 2009
50         Port to use MRO::Compat (rafl)
51
52 1.0003    5 Mar 2008
53         Fix tests on perl 5.10.0
54
55 1.0002    4 Mar 2008
56         Make tests more resilient
57
58 1.0001    11 Aug 2007
59         Add missing dep on Test::Exception
60
61 1.0000    31 Jul 2007
62         First version, based on DBIx::Class::Componentised r3634
63