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