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