move the validation of environment to the beginning
[gitmo/Eval-Closure.git] / lib / Eval / Closure.pm
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 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 initial implementation
2010-10-20 Jesse Luehrs initial commit