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