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