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