X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a83b5e564a8a4b7dcf2499aa5fb646526acc1e8;hb=HEAD;hp=73ab6df095e3e0fb5a2114bd06b373fd455fa658;hpb=eac9b1760c8f6d96e7306ac7119fa3825263762b;p=p5sagit%2FClass-C3-Componentised.git diff --git a/Changes b/Changes index 73ab6df..3a83b5e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,41 @@ Revision history for Class-C3-Componentised +1.001002 - 2018-02-23 + - fixed author metadata + - added x_static_install and dynamic_config=0 to metadata + - added x_authority to metadata + +1.001_001 - 2018-02-15 + - list test prerequisites as test prerequisites rather than runtime + prerequisites. (RT#100637) + - correctly list Test::More 0.96 as a test prerequisite (RT#77611) + - stop using Class::C3 in tests. it is still listed as a prerequisite. + because some things expect it to be available once this module is + installed. + - convert packaging from using Module::Install to plain + ExtUtils::MakeMaker, with Distar for releasing. This fixes issues when + the current directory is not in @INC (perl 5.26). Fixes RT#121696, + RT#120826 + - fixed typo in documentation. (RT#85355) + - fixed module abstracts. + - increase Class::Inspector prereq to 1.32 to fix ensure_class_found on + modules provided by @INC hooks, such as PAR. (RT#42845) + +1.001000 08 Aug 2011 + - Add Class::C3::Componentised::ApplyHooks features + +1.0009 20 Mar 2011 + - Stop importing Carp functions (and thus polluting the inheritor + namespaces) + - Make sure $_ is properly preserved even if the loaded module + is negligent enough to change it (RT#66661) + - Added missing copyright statement + +1.0008 24 Feb 2011 + Fix inject_base regression introduced during optimizations in + 1.0007 + +1.0007 23 Feb 2011 Throw a readable exception when load_optional_class is given an invalid class name @@ -16,7 +52,7 @@ Revision history for Class-C3-Componentised 1.0003 5 Mar 2008 Fix tests on perl 5.10.0 -1.0002 4 Mar 2008 +1.0002 4 Mar 2008 Make tests more resilient 1.0001 11 Aug 2007