changelog
[gitmo/Eval-Closure.git] / Changes
CommitLineData
bab69638 1Revision history for Eval-Closure
2
3{{$NEXT}}
30d2281c 4
50.06 2011-06-05
5ba965a4 6 - The dumped source from setting $ENV{EVAL_CLOSURE_PRINT_SOURCE} didn't
7 show the captured variable creation properly. (Dave Rolsky)
cf37ba1a 8
90.05 2011-04-25
813ecda3 10 - make sure Perl::Tidy doesn't look at @ARGV (rafl)
db129fdc 11
120.04 2011-04-15
078e0056 13 - stop using Memoize, it apparently doesn't work properly under mod_perl
14 in some situations (mateu)
fafdf693 15
160.03 2011-03-02
7aa97030 17 - don't add #line directives when the debugger is active (alh)
1e39bf60 18
190.02 2011-01-26
0b16c8f6 20 - add terse_error option for throwing only the actual compilation error
21 (Shawn M Moore)
22 - allow also specifying the line number for error reporting
23 (Shawn M Moore)
a97d54fa 24
250.01 2010-11-14
bab69638 26 - Initial release