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