summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* one more fix for threaded 5.21 (eserte, jplesnik, #6)Jesse Luehrs2015-05-111-1/+1
| | | | this probably also fixes #5
* can't use test::requires hereJesse Luehrs2015-01-171-1/+5
| | | | since it now bails out in release tests
* fix whitespaceJesse Luehrs2015-01-171-3/+3
|
* fix tests on 5.21.7 (sprout, #4)Jesse Luehrs2015-01-171-2/+2
|
* skip test if Devel::LexAlias is not availableToby Inkster2013-07-301-0/+1
|
* make lexalias behaviour optionalToby Inkster2013-07-301-0/+1
|
* remove fallback optionToby Inkster2013-07-301-4/+2
|
* use Devel::LexAlias when it is availableToby Inkster2013-07-301-2/+4
|
* failing test - closures are brokenToby Inkster2013-07-301-0/+18
|
* support lexical subs with the '&' sigilJesse Luehrs2013-07-102-1/+23
|
* make tests less dependent on the format of exceptionsJesse Luehrs2012-02-031-3/+3
|
* but... that breaks memoization, so disable that for nowJesse Luehrs2011-08-022-0/+16
|
* compile each thing in a separate package, to avoid leakageJesse Luehrs2011-08-021-6/+23
|
* i always forget that B existsJesse Luehrs2011-08-021-15/+32
|
* stop compiling stuff in the Eval::Closure package directlyJesse Luehrs2011-08-021-0/+17
|
* remove test numbersJesse Luehrs2011-08-017-0/+0
|
* don't add #line description when debugger is activeJesse Luehrs2011-03-021-0/+23
| | | | this supposedly lets things like NYTProf report on time spent in evals
* Add a line option for controlling that bit as wellShawn M Moore2011-01-261-0/+13
|
* Add a terse_error parameter to eval_closureShawn M Moore2011-01-261-0/+12
|
* Revert "use Devel::Hints where possible"0.01Jesse Luehrs2010-11-143-84/+6
| | | | | | This reverts commit fe890fb97648df1253becf110e4e4dfa3c2c8015. "meh", this is a lot of effort for very little real gain
* use Devel::Hints where possibleJesse Luehrs2010-11-103-6/+84
| | | | | 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
|
* convert to Test::FatalJesse Luehrs2010-10-314-54/+70
|
* start refactoring to potentially allow for memoizationJesse Luehrs2010-10-202-8/+8
|
* more testsJesse Luehrs2010-10-201-0/+31
|
* allow adding #line directivesJesse Luehrs2010-10-201-0/+38
|
* more testsJesse Luehrs2010-10-202-11/+82
|
* another testJesse Luehrs2010-10-201-0/+51
|
* just export eval_closure by defaultJesse Luehrs2010-10-201-1/+1
|
* initial implementationJesse Luehrs2010-10-201-0/+23