use different variable for target of initial import vs generated import for clarity
[p5sagit/Package-Variant.git] / Changes
1 Revision history for Package-Variant
2
3   - fix pragmas applied by modules listed in "importing" from leaking out
4     into unexpected scopes
5
6 1.001004   2013-05-04
7   - fix documentation of "build_variant_of" method (RT#84554 -- thanks,
8     Scott Miller!)
9
10 1.001003   2013-03-25
11   - fix NAME in Makefile.PL (RT#84209)
12
13 1.001002   2012-09-19
14   - Declare the Test::Fatal build dependency
15
16 1.001001   2012-05-12
17   - Actually declare the Import::Into dependency (stupid mst)
18
19 1.001000   2012-05-12
20   - Switch to Import::Into for exporting other things
21   - Use Sub::Name to name installed things if available
22
23 1.000000   2012-01-23
24   - initial release