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