compile each thing in a separate package, to avoid leakage
[gitmo/Eval-Closure.git] / Changes
1 Revision history for Eval-Closure
2
3 {{$NEXT}}
4
5 0.06  2011-06-05
6       - The dumped source from setting $ENV{EVAL_CLOSURE_PRINT_SOURCE} didn't
7         show the captured variable creation properly. (Dave Rolsky)
8
9 0.05  2011-04-25
10       - make sure Perl::Tidy doesn't look at @ARGV (rafl)
11
12 0.04  2011-04-15
13       - stop using Memoize, it apparently doesn't work properly under mod_perl
14         in some situations (mateu)
15
16 0.03  2011-03-02
17       - don't add #line directives when the debugger is active (alh)
18
19 0.02  2011-01-26
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)
24
25 0.01  2010-11-14
26       - Initial release