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