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