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