change wording of the documentation to make it more explicit and simple
[p5sagit/Package-Variant.git] / Changes
1 Revision history for Package-Variant
2
3   - documentation fixes and clarifications
4
5 1.002000 - 2013-12-10
6   - add build_variant method on variable packages, to allow avoiding
7     importing a generator sub
8   - fix pragmas applied by modules listed in "importing" from leaking out
9     into unexpected scopes
10
11 1.001004 - 2013-05-04
12   - fix documentation of "build_variant_of" method (RT#84554 -- thanks,
13     Scott Miller!)
14
15 1.001003 - 2013-03-25
16   - fix NAME in Makefile.PL (RT#84209)
17
18 1.001002 - 2012-09-19
19   - Declare the Test::Fatal build dependency
20
21 1.001001 - 2012-05-12
22   - Actually declare the Import::Into dependency (stupid mst)
23
24 1.001000 - 2012-05-12
25   - Switch to Import::Into for exporting other things
26   - Use Sub::Name to name installed things if available
27
28 1.000000 - 2012-01-23
29   - initial release