add build_variant method on variable packages
[p5sagit/Package-Variant.git] / Changes
CommitLineData
3a6e873f 1Revision history for Package-Variant
cfcf68cb 2
5a0662d9 3 - add build_variant method on variable packages, to allow avoiding
4 importing a generator sub
3c1ca277 5 - fix pragmas applied by modules listed in "importing" from leaking out
6 into unexpected scopes
7
3a6e873f 81.001004 2013-05-04
cfcf68cb 9 - fix documentation of "build_variant_of" method (RT#84554 -- thanks,
10 Scott Miller!)
11
3a6e873f 121.001003 2013-03-25
c18012aa 13 - fix NAME in Makefile.PL (RT#84209)
14
3a6e873f 151.001002 2012-09-19
485d5893 16 - Declare the Test::Fatal build dependency
17
3a6e873f 181.001001 2012-05-12
17c48f72 19 - Actually declare the Import::Into dependency (stupid mst)
20
3a6e873f 211.001000 2012-05-12
1bacb018 22 - Switch to Import::Into for exporting other things
ed98a1a0 23 - Use Sub::Name to name installed things if available
24
3a6e873f 251.000000 2012-01-23
cb80731c 26 - initial release