make bump
[p5sagit/Eval-WithLexicals.git] / Changes
1 Revision history for Eval-WithLexicals
2
3   - fix test failures on perl 5.21.7 (RT#101086; thanks, Father Chrysostomos!)
4
5 1.003001 - 2014-08-16
6   - include minimum perl version in metadata
7   - hide some internal packages from getting indexed
8
9 1.003000 - 2014-06-13
10   - Add documentation to tinyrepl script
11   - Convert packaging to use Distar
12   - Minor pod cleanups
13   - Ensure hints testing works correctly, even under abnormal environment
14     variables (RT#81479)
15   - Correct hints test to run under perl 5.8 (RT#72766)
16   - Also preserve active warnings when using HintPersistence plugin
17
18 1.2.0 2011-07-04 21:42:30
19   - HintPersistence plugin to persist compile time hints (DGL)
20   - Support plugins (DGL)
21   - Make prelude configurable, so strictures can be optional (DGL)
22
23 1.1.0 2011-01-11 21:51:00
24   - Add a #line directive so it's clearer where errors occurred (DGL)
25   - Filter out lexicals called '&' since these are anon subs (MSTROUT)
26
27 1.0.0 2010-12-05 17:04:00
28   - Initial release (MSTROUT)