X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Changes;h=d895d1666cb59e3c835e017c136d81a6cd31ad28;hp=9e36404c8a5d4182e497e0b2cef0f40cc5fe23d0;hb=cc0879792c33e271b206a8012112d9250ef04b96;hpb=aa5ad642a4febbccf2639a0a64eb61ba057b9c5d diff --git a/Changes b/Changes index 9e36404..d895d16 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,25 @@ +Revision history for Import-Into + + - module loading is now done while importing, making it unnecessary to load + them beforehand + +1.002002 - 2014-05-06 + - minor metadata updates + +1.002001 - 2014-03-04 + - fix tests and Makefile.PL to support perl 5.6 + +1.002000 - 2013-12-10 + - allow specifying by caller level, as well as specifying file, line, + and version + +1.001001 - 2013-03-25 + - fix NAME in Makefile.PL (RT#84207) + +1.001000 - 2012-05-12 + - add unimport::out_of + +1.000003 - 2012-05-06 - clarify how the method name trick works since apparently now people understand the eval/import trick they've noticed that that isn't the only bit of crazy