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