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