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