Release commit for 1.003001
[p5sagit/Package-Variant.git] / Changes
CommitLineData
3a6e873f 1Revision history for Package-Variant
cfcf68cb 2
3c778bc8 31.003001 - 2015-07-25
7104761c 4 - also switch the documentation to strictures 2 (slow clap for mst there)
5
a74639ef 61.003000 - 2015-07-25
fb6c1581 7 - switch to strictures 2
6779ecfd 8 - add make_variant_package_name optional method
9
57d22b93 101.002002 - 2014-08-21
e7603a9e 11 - fix license in metadata
12
ee5bc3c0 131.002001 - 2014-08-16
cd99379c 14 - specify perl prerequisite on metadata
c59b7a19 15 - documentation fixes and clarifications
16
e6578e47 171.002000 - 2013-12-10
5a0662d9 18 - add build_variant method on variable packages, to allow avoiding
19 importing a generator sub
3c1ca277 20 - fix pragmas applied by modules listed in "importing" from leaking out
21 into unexpected scopes
22
e6578e47 231.001004 - 2013-05-04
cfcf68cb 24 - fix documentation of "build_variant_of" method (RT#84554 -- thanks,
25 Scott Miller!)
26
e6578e47 271.001003 - 2013-03-25
c18012aa 28 - fix NAME in Makefile.PL (RT#84209)
29
e6578e47 301.001002 - 2012-09-19
485d5893 31 - Declare the Test::Fatal build dependency
32
e6578e47 331.001001 - 2012-05-12
17c48f72 34 - Actually declare the Import::Into dependency (stupid mst)
35
e6578e47 361.001000 - 2012-05-12
1bacb018 37 - Switch to Import::Into for exporting other things
ed98a1a0 38 - Use Sub::Name to name installed things if available
39
e6578e47 401.000000 - 2012-01-23
cb80731c 41 - initial release