From: Graham Knop Date: Thu, 15 Feb 2018 10:16:24 +0000 (+0100) Subject: changelog X-Git-Tag: v1.001_001~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=691c269b6cccb62ab44c6e062108380a5750e27a;p=p5sagit%2FClass-C3-Componentised.git changelog --- diff --git a/Changes b/Changes index dbcdb17..76b9607 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Class-C3-Componentised + - 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 + - fixed module abstracts + 1.001000 08 Aug 2011 - Add Class::C3::Componentised::ApplyHooks features