summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* is setting up hints as in the caller a sane thing to do?copy_hintsJesse Luehrs2011-08-021-1/+3
* docsJesse Luehrs2011-08-021-3/+5
* but... that breaks memoization, so disable that for nowJesse Luehrs2011-08-021-20/+7
* compile each thing in a separate package, to avoid leakageJesse Luehrs2011-08-021-7/+11
* i always forget that B existsJesse Luehrs2011-08-021-9/+11
* stop compiling stuff in the Eval::Closure package directlyJesse Luehrs2011-08-021-1/+5
* Fix weird indentationDave Rolsky2011-06-051-1/+1
* The call to _make_compiler_source for _dump_source passed the wrong argumentsDave Rolsky2011-06-051-2/+3
* make Perl::Tidy stop looking at @ARGVJesse Luehrs2011-04-251-0/+1
* stop using Memoize, it apparently breaks under mod_perl or somethingJesse Luehrs2011-04-151-8/+16
* don't add #line description when debugger is activeJesse Luehrs2011-03-021-1/+1
* some cleanupsJesse Luehrs2011-01-261-3/+4
* Add a line option for controlling that bit as wellShawn M Moore2011-01-261-3/+10
* Add a terse_error parameter to eval_closureShawn M Moore2011-01-261-2/+14
* typo fixJesse Luehrs2011-01-051-1/+1
* Revert "use Devel::Hints where possible"0.01Jesse Luehrs2010-11-141-15/+3
* use Devel::Hints where possibleJesse Luehrs2010-11-101-3/+15
* note about descriptions and cachingJesse Luehrs2010-11-011-2/+4
* add docsJesse Luehrs2010-11-011-0/+62
* stub docsJesse Luehrs2010-10-311-0/+66
* use consistent sorting, so memoization works properlyJesse Luehrs2010-10-211-1/+1
* and, memoize making the compilerJesse Luehrs2010-10-211-0/+2
* only pass the keys into _make_compilerJesse Luehrs2010-10-211-4/+5
* start refactoring to potentially allow for memoizationJesse Luehrs2010-10-201-13/+22
* eh, name isn't that usefulJesse Luehrs2010-10-201-6/+5
* allow adding #line directivesJesse Luehrs2010-10-201-0/+9
* heh, oopsJesse Luehrs2010-10-201-1/+3
* if $code is undef, we have an actual error; don't overwrite thatJesse Luehrs2010-10-201-1/+1
* move the validation of environment to the beginningJesse Luehrs2010-10-201-4/+19
* better error messageJesse Luehrs2010-10-201-1/+2
* capture $@ immediatelyJesse Luehrs2010-10-201-2/+3
* die if the source doesn't return a subroutine referenceJesse Luehrs2010-10-201-1/+7
* just export eval_closure by defaultJesse Luehrs2010-10-201-0/+1
* don't need this to be a do block anymoreJesse Luehrs2010-10-201-9/+7
* add comment to clarifyJesse Luehrs2010-10-201-0/+1
* initial implementationJesse Luehrs2010-10-201-0/+95
* initial commitJesse Luehrs2010-10-201-0/+0