X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=Changes;h=d52cbe90d4819134a7dec994d40b38296e378756;hp=b2e997b31d5969e9192c4194136b21b6d31da4b1;hb=eddec620742a70c0e17554b3281c63e430543816;hpb=1de34059104e948aa75ce26b562eb9b3f14980e7 diff --git a/Changes b/Changes index b2e997b..d52cbe9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,32 @@ -1.1.0 2011-01-11 25:51:00 +Revision history for Eval-WithLexicals + + - improve diagnostics in hints test + +1.003003 - 2015-06-28 + - fix failures on threaded perl 5.22 (RT#102841) + +1.003002 - 2014-12-23 + - fix test failures on perl 5.21.7 (RT#101086; thanks, Father Chrysostomos!) + +1.003001 - 2014-08-16 + - include minimum perl version in metadata + - hide some internal packages from getting indexed + +1.003000 - 2014-06-13 + - Add documentation to tinyrepl script + - Convert packaging to use Distar + - Minor pod cleanups + - Ensure hints testing works correctly, even under abnormal environment + variables (RT#81479) + - Correct hints test to run under perl 5.8 (RT#72766) + - Also preserve active warnings when using HintPersistence plugin + +1.2.0 2011-07-04 21:42:30 + - HintPersistence plugin to persist compile time hints (DGL) + - Support plugins (DGL) + - Make prelude configurable, so strictures can be optional (DGL) + +1.1.0 2011-01-11 21:51:00 - Add a #line directive so it's clearer where errors occurred (DGL) - Filter out lexicals called '&' since these are anon subs (MSTROUT)