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