summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Revert "remove #!/usr/bin/env perl"Jesse Luehrs2013-10-101-0/+1
| | | | | | This reverts commit c283edeea67cbab767c5820acdc40f2f90c9cf4b. apparently this breaks things? how confusing
* remove #!/usr/bin/env perlJesse Luehrs2013-10-101-1/+0
|
* test for broken closure behaviorJesse Luehrs2013-10-101-0/+62
|
* fix formatting for newer Carp (#7)Jesse Luehrs2013-10-101-1/+1
|
* fix skipping testsJesse Luehrs2013-07-241-1/+1
|
* pass the keyword name to parser functionsJesse Luehrs2013-07-231-0/+25
|
* actually, don't throw an errorJesse Luehrs2013-07-233-48/+98
|
* actually, throw an exception on parse errorsJesse Luehrs2013-07-231-5/+31
|
* don't return a coderef if there was a parse errorJesse Luehrs2013-07-231-0/+33
| | | | | it won't be a valid coderef, you'll just get an error if you try to call it
* add test for injecting scopesJesse Luehrs2013-07-221-0/+48
|
* note that lexical subs don't work (fixes #2)Jesse Luehrs2013-07-221-0/+35
|
* allow creating non-anonymous subs tooJesse Luehrs2013-07-221-0/+48
| | | | | this makes a difference in some obscure cases dealing with closures. see t/unavailable.t for more information.
* work around bugs in lex_next_chunkJesse Luehrs2013-07-221-0/+22
|
* apparently Test::Requires doesn't allow loading without importingJesse Luehrs2013-07-2117-17/+85
|
* fix up depsJesse Luehrs2013-07-2117-0/+34
|
* clean up test warningsJesse Luehrs2013-07-212-1/+6
|
* unnecessaryJesse Luehrs2013-07-211-1/+1
|
* add tests for FunJesse Luehrs2013-07-2112-0/+468
|
* default these to 1Jesse Luehrs2013-07-211-3/+3
|
* rename this functionJesse Luehrs2013-07-211-2/+2
|
* improve the api a bitJesse Luehrs2013-07-211-7/+5
|
* parse this a bit more accuratelyJesse Luehrs2013-07-211-4/+4
|
* make this test trigger the segfaultJesse Luehrs2013-07-211-2/+1
|
* test statement formJesse Luehrs2013-07-211-0/+22
|
* add some (failing) testsJesse Luehrs2013-07-1910-0/+476