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