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