Release commit for 1.002003
[p5sagit/Import-Into.git] / Changes
1 Revision history for Import-Into
2
3 1.002003 - 2014-07-09
4   - module loading is now done while importing, making it unnecessary to load
5     them beforehand (RT#96995, Christian Walde)
6
7 1.002002 - 2014-05-06
8   - minor metadata updates
9
10 1.002001 - 2014-03-04
11   - fix tests and Makefile.PL to support perl 5.6
12
13 1.002000 - 2013-12-10
14   - allow specifying by caller level, as well as specifying file, line,
15     and version
16
17 1.001001 - 2013-03-25
18   - fix NAME in Makefile.PL (RT#84207)
19
20 1.001000 - 2012-05-12
21   - add unimport::out_of
22
23 1.000003 - 2012-05-06
24   - clarify how the method name trick works since apparently now people
25     understand the eval/import trick they've noticed that that isn't the
26     only bit of crazy
27
28 1.000002 - 2012-05-05
29   - improve explanation and add more examples to the SYNOPSIS
30
31 1.000001 - 2012-05-03
32   - correct NAME in Makefile.PL
33
34 1.000000 - 2012-05-03
35   - initial release