summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* but... that breaks memoization, so disable that for nowJesse Luehrs2011-08-023-20/+23
|
* compile each thing in a separate package, to avoid leakageJesse Luehrs2011-08-022-13/+34
|
* i always forget that B existsJesse Luehrs2011-08-022-24/+43
|
* stop compiling stuff in the Eval::Closure package directlyJesse Luehrs2011-08-022-1/+22
|
* remove test numbersJesse Luehrs2011-08-017-0/+0
|
* Fix weird indentationDave Rolsky2011-06-051-1/+1
|
* changelogJesse Luehrs2011-06-051-0/+2
|
* Changes for next release0.06Dave Rolsky2011-06-051-0/+2
|
* The call to _make_compiler_source for _dump_source passed the wrong argumentsDave Rolsky2011-06-051-2/+3
|
* changelogJesse Luehrs2011-04-251-0/+2
|
* changelog0.05Jesse Luehrs2011-04-251-0/+1
|
* make Perl::Tidy stop looking at @ARGVJesse Luehrs2011-04-251-0/+1
|
* changelogJesse Luehrs2011-04-151-0/+2
|
* changelog0.04Jesse Luehrs2011-04-151-0/+2
|
* stop using Memoize, it apparently breaks under mod_perl or somethingJesse Luehrs2011-04-151-8/+16
|
* changelogJesse Luehrs2011-03-021-0/+2
|
* changelog0.03Jesse Luehrs2011-03-021-0/+1
|
* don't add #line description when debugger is activeJesse Luehrs2011-03-022-1/+24
| | | | this supposedly lets things like NYTProf report on time spent in evals
* changelogJesse Luehrs2011-01-261-0/+2
|
* changelog0.02Jesse Luehrs2011-01-261-0/+4
|
* some cleanupsJesse Luehrs2011-01-261-3/+4
|
* Add a line option for controlling that bit as wellShawn M Moore2011-01-262-3/+23
|
* Add a terse_error parameter to eval_closureShawn M Moore2011-01-262-2/+26
|
* typo fixJesse Luehrs2011-01-051-1/+1
|
* changelogJesse Luehrs2010-11-141-0/+2
|
* Revert "use Devel::Hints where possible"0.01Jesse Luehrs2010-11-145-100/+9
| | | | | | This reverts commit fe890fb97648df1253becf110e4e4dfa3c2c8015. "meh", this is a lot of effort for very little real gain
* use Devel::Hints where possibleJesse Luehrs2010-11-105-9/+100
| | | | | this will avoid breaking memoization when generating coderefs with descriptions, and should be more robust and useful
* remove obsolete bitJesse Luehrs2010-11-101-1/+0
|
* todo test for the description/memoize thingJesse Luehrs2010-11-011-0/+102
|
* note about descriptions and cachingJesse Luehrs2010-11-011-2/+4
|
* add docsJesse Luehrs2010-11-011-0/+62
|
* s/Prereq/Prereqs/Jesse Luehrs2010-10-311-3/+3
|
* stub docsJesse Luehrs2010-10-312-10/+68
|
* convert to Test::FatalJesse Luehrs2010-10-315-55/+71
|
* 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-203-21/+30
|
* eh, name isn't that usefulJesse Luehrs2010-10-201-6/+5
|
* more testsJesse Luehrs2010-10-201-0/+31
|
* allow adding #line directivesJesse Luehrs2010-10-202-0/+47
|
* more testsJesse Luehrs2010-10-203-11/+83
|
* 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
| | | | | we can't reliably throw errors from inside _clean_eval_closure, since we localize $@
* 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
|
* another testJesse Luehrs2010-10-202-0/+52
|
* just export eval_closure by defaultJesse Luehrs2010-10-202-1/+2
|