X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e5636f302b2a0b3d046df4c1cc32304b9b9fef26;hb=185a0b334446d0d1642be7e89c34da88f3b0bff6;hp=72af1b3061dd424bf8f1679ebf5440ac6fced6a5;hpb=00a6d1e00920acf4626159cc8664979c1d571f9f;p=p5sagit%2FPackage-Variant.git diff --git a/Changes b/Changes index 72af1b3..e5636f3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,30 @@ +Revision history for Package-Variant + + - added API for creating named variants + +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)