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