gitmo/Eval-Closure.git
2013-07-10 Jesse Luehrs stop using sub::exporter master
2013-07-10 Jesse Luehrs packaging stuff
2013-07-10 Jesse Luehrs changelog
2013-07-10 Jesse Luehrs support lexical subs with the '&' sigil
2012-02-09 Jesse Luehrs changelog
2012-02-09 Jesse Luehrs changelog 0.08
2012-02-09 Jesse Luehrs the double eval isn't necessary anymore
2012-02-03 Jesse Luehrs changelog
2012-02-03 Jesse Luehrs package declarations outside of string eval doesn't... 0.07
2012-02-03 Jesse Luehrs make tests less dependent on the format of exceptions
2011-08-02 Jesse Luehrs changelog
2011-08-02 Jesse Luehrs docs
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-06-05 Dave Rolsky Fix weird indentation
2011-06-05 Jesse Luehrs changelog
2011-06-05 Dave Rolsky Changes for next release 0.06
2011-06-05 Dave Rolsky The call to _make_compiler_source for _dump_source...
2011-04-25 Jesse Luehrs changelog
2011-04-25 Jesse Luehrs changelog 0.05
2011-04-25 Jesse Luehrs make Perl::Tidy stop looking at @ARGV
2011-04-16 Jesse Luehrs changelog
2011-04-16 Jesse Luehrs changelog 0.04
2011-04-16 Jesse Luehrs stop using Memoize, it apparently breaks under mod_perl...
2011-03-03 Jesse Luehrs changelog
2011-03-03 Jesse Luehrs changelog 0.03
2011-03-03 Jesse Luehrs don't add #line description when debugger is active
2011-01-27 Jesse Luehrs changelog
2011-01-27 Jesse Luehrs changelog 0.02
2011-01-27 Jesse Luehrs some cleanups
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
2011-01-05 Jesse Luehrs typo fix
2010-11-14 Jesse Luehrs changelog
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-11-01 Jesse Luehrs note about descriptions and caching
2010-11-01 Jesse Luehrs add docs
2010-10-31 Jesse Luehrs s/Prereq/Prereqs/
2010-10-31 Jesse Luehrs stub docs
2010-10-31 Jesse Luehrs convert to Test::Fatal
2010-10-21 Jesse Luehrs use consistent sorting, so memoization works properly
2010-10-21 Jesse Luehrs and, memoize making the compiler
2010-10-21 Jesse Luehrs only pass the keys into _make_compiler
2010-10-21 Jesse Luehrs start refactoring to potentially allow for memoization
2010-10-21 Jesse Luehrs eh, name isn't that useful
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 heh, oops
2010-10-20 Jesse Luehrs if $code is undef, we have an actual error; don't overw...
2010-10-20 Jesse Luehrs move the validation of environment to the beginning
2010-10-20 Jesse Luehrs better error message
2010-10-20 Jesse Luehrs capture $@ immediately
2010-10-20 Jesse Luehrs die if the source doesn't return a subroutine reference
2010-10-20 Jesse Luehrs another test
2010-10-20 Jesse Luehrs just export eval_closure by default
2010-10-20 Jesse Luehrs don't need this to be a do block anymore
2010-10-20 Jesse Luehrs add comment to clarify
2010-10-20 Jesse Luehrs add prereqs
2010-10-20 Jesse Luehrs initial implementation
2010-10-20 Jesse Luehrs initial commit