X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=24dc98d3b6e5d155a8b99fb02ef6c9a1ac016c0e;hb=ca6d96a268693e998034e23a4506964df4f0465b;hp=aab8f9c755386ccb8482710f54bfc70fe83909a3;hpb=48a652ab5ed821d44e942542b0df574e354d6d97;p=p5sagit%2FPackage-Variant.git diff --git a/Changes b/Changes index aab8f9c..24dc98d 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,36 @@ +Revision history for Package-Variant + + - 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) + +1.001002 - 2012-09-19 + - Declare the Test::Fatal build dependency + +1.001001 - 2012-05-12 + - Actually declare the Import::Into dependency (stupid mst) + +1.001000 - 2012-05-12 + - Switch to Import::Into for exporting other things + - Use Sub::Name to name installed things if available + 1.000000 - 2012-01-23 - initial release