stop using sub::exporter
[gitmo/Eval-Closure.git] / t /
2013-07-10 Jesse Luehrs support lexical subs with the '&' sigil
2012-02-03 Jesse Luehrs make tests less dependent on the format of exceptions
2011-08-02 Jesse Luehrs but... that breaks memoization, so disable that for now
2011-08-02 Jesse Luehrs compile each thing in a separate package, to avoid...
2011-08-02 Jesse Luehrs i always forget that B exists
2011-08-02 Jesse Luehrs stop compiling stuff in the Eval::Closure package directly
2011-08-02 Jesse Luehrs remove test numbers
2011-03-03 Jesse Luehrs don't add #line description when debugger is active
2011-01-27 Shawn M Moore Add a line option for controlling that bit as well
2011-01-27 Shawn M Moore Add a terse_error parameter to eval_closure
2010-11-14 Jesse Luehrs Revert "use Devel::Hints where possible" 0.01
2010-11-10 Jesse Luehrs use Devel::Hints where possible
2010-11-10 Jesse Luehrs remove obsolete bit
2010-11-01 Jesse Luehrs todo test for the description/memoize thing
2010-10-31 Jesse Luehrs convert to Test::Fatal
2010-10-21 Jesse Luehrs start refactoring to potentially allow for memoization
2010-10-20 Jesse Luehrs more tests
2010-10-20 Jesse Luehrs allow adding #line directives
2010-10-20 Jesse Luehrs more tests
2010-10-20 Jesse Luehrs another test
2010-10-20 Jesse Luehrs just export eval_closure by default
2010-10-20 Jesse Luehrs initial implementation