aefb094371828d63c9b2e7362dd244afe115ca62
[p5sagit/Eval-WithLexicals.git] / Changes
1 Revision history for Eval-WithLexicals
2
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
10
11 1.2.0 2011-07-04 21:42:30
12   - HintPersistence plugin to persist compile time hints (DGL)
13   - Support plugins (DGL)
14   - Make prelude configurable, so strictures can be optional (DGL)
15
16 1.1.0 2011-01-11 21:51:00
17   - Add a #line directive so it's clearer where errors occurred (DGL)
18   - Filter out lexicals called '&' since these are anon subs (MSTROUT)
19
20 1.0.0 2010-12-05 17:04:00
21   - Initial release (MSTROUT)