added API for creating named variants
[p5sagit/Package-Variant.git] / Changes
CommitLineData
3a6e873f 1Revision history for Package-Variant
cfcf68cb 2
185a0b33 3 - added API for creating named variants
4
57d22b93 51.002002 - 2014-08-21
e7603a9e 6 - fix license in metadata
7
ee5bc3c0 81.002001 - 2014-08-16
cd99379c 9 - specify perl prerequisite on metadata
c59b7a19 10 - documentation fixes and clarifications
11
e6578e47 121.002000 - 2013-12-10
5a0662d9 13 - add build_variant method on variable packages, to allow avoiding
14 importing a generator sub
3c1ca277 15 - fix pragmas applied by modules listed in "importing" from leaking out
16 into unexpected scopes
17
e6578e47 181.001004 - 2013-05-04
cfcf68cb 19 - fix documentation of "build_variant_of" method (RT#84554 -- thanks,
20 Scott Miller!)
21
e6578e47 221.001003 - 2013-03-25
c18012aa 23 - fix NAME in Makefile.PL (RT#84209)
24
e6578e47 251.001002 - 2012-09-19
485d5893 26 - Declare the Test::Fatal build dependency
27
e6578e47 281.001001 - 2012-05-12
17c48f72 29 - Actually declare the Import::Into dependency (stupid mst)
30
e6578e47 311.001000 - 2012-05-12
1bacb018 32 - Switch to Import::Into for exporting other things
ed98a1a0 33 - Use Sub::Name to name installed things if available
34
e6578e47 351.000000 - 2012-01-23
cb80731c 36 - initial release