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