X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0d787f307e2d5fc82283c8c2d63f72ff76f91e5d;hb=d4b2facbcfca13060dbeadb0baba7d7893326dbc;hp=b87d703c9140ea69f9c8b23f3e4ec8bea4eda8bf;hpb=861542807a17309d399f3f5dea2a0974620da176;p=p5sagit%2FPackage-Variant.git diff --git a/Changes b/Changes index b87d703..0d787f3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,31 @@ +Revision history for Package-Variant + + - also switch the tests to strictures 2 (aaaaaaaaaaaaaaaaaaaaaaaaaa) + +1.003001 - 2015-07-25 + - also switch the documentation to strictures 2 (slow clap for mst there) + +1.003000 - 2015-07-25 + - switch to strictures 2 + - add make_variant_package_name optional method + +1.002002 - 2014-08-21 + - fix license in metadata + +1.002001 - 2014-08-16 + - specify perl prerequisite on metadata + - documentation fixes and clarifications + +1.002000 - 2013-12-10 + - add build_variant method on variable packages, to allow avoiding + importing a generator sub + - fix pragmas applied by modules listed in "importing" from leaking out + into unexpected scopes + +1.001004 - 2013-05-04 + - fix documentation of "build_variant_of" method (RT#84554 -- thanks, + Scott Miller!) + 1.001003 - 2013-03-25 - fix NAME in Makefile.PL (RT#84209)