persist hints by rewriting prelude
[p5sagit/Eval-WithLexicals.git] / Changes
CommitLineData
bd6e8009 1Revision history for Eval-WithLexicals
2
d4d3ffc4 3 - Add documentation to tinyrepl script
4 - Convert packaging to use Distar
5 - Minor pod cleanups
6 - Ensure hints testing works correctly, even under abnormal environment
7 variables (RT#81479)
8 - Correct hints test to run under perl 5.8 (RT#72766)
9 - Also preserve active warnings when using HintPersistence plugin
ed9faa55 10
9aa1478d 111.2.0 2011-07-04 21:42:30
8d732f30 12 - HintPersistence plugin to persist compile time hints (DGL)
13 - Support plugins (DGL)
14 - Make prelude configurable, so strictures can be optional (DGL)
73a98f1c 15
67532400 161.1.0 2011-01-11 21:51:00
1de34059 17 - Add a #line directive so it's clearer where errors occurred (DGL)
18 - Filter out lexicals called '&' since these are anon subs (MSTROUT)
4a3d69ab 19
8e4d194f 201.0.0 2010-12-05 17:04:00
21 - Initial release (MSTROUT)