Changes for next release
[gitmo/Eval-Closure.git] / Changes
1 Revision history for Eval-Closure
2
3 {{$NEXT}}
4       - The dumped source from setting $ENV{EVAL_CLOSURE_PRINT_SOURCE} didn't
5         show the captured variable creation properly. (Dave Rolsky)
6
7 0.05  2011-04-25
8       - make sure Perl::Tidy doesn't look at @ARGV (rafl)
9
10 0.04  2011-04-15
11       - stop using Memoize, it apparently doesn't work properly under mod_perl
12         in some situations (mateu)
13
14 0.03  2011-03-02
15       - don't add #line directives when the debugger is active (alh)
16
17 0.02  2011-01-26
18       - add terse_error option for throwing only the actual compilation error
19         (Shawn M Moore)
20       - allow also specifying the line number for error reporting
21         (Shawn M Moore)
22
23 0.01  2010-11-14
24       - Initial release