summaryrefslogtreecommitdiff
path: root/t/cmd
Commit message (Expand)AuthorAgeFilesLines
* Add tests for `do { ... } while 0;` and `do { ... } until 1;`Nicholas Clark2022-08-041-1/+17
* Remove usage of old package separator.Nicolas Mendoza2022-06-181-9/+9
* [perl #123286] Lone C-style for in a blockFather Chrysostomos2014-11-251-1/+6
* [perl #121126] - Allow deparse tests to skip/ignore expected failures.Matthew Horsfall (alh)2014-06-131-1/+2
* [perl #78194] Make foreach copy pad tmpsFather Chrysostomos2013-07-251-1/+1
* To-do tests for perl #78194Father Chrysostomos2013-07-251-1/+7
* Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split t/cmd/for.t to two pieces,...James E Keenan2013-03-133-1479/+1
* Stop SEGV on 'our sub { syntax error }'Peter Martini2013-03-031-1/+14
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-241-6/+6
* Prevent double frees with lexical constantsFather Chrysostomos2012-11-241-1/+8
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-1/+1
* Disable lexsubs outside of feature.pmFather Chrysostomos2012-09-151-2/+16
* Allow lexical sub redefinition inside evalFather Chrysostomos2012-09-151-1/+19
* lexsub.t: Test state sub defined inside evalFather Chrysostomos2012-09-151-1/+6
* Honour lexical prototypesFather Chrysostomos2012-09-151-1/+20
* Use the same outside logic for mysubs and formatsFather Chrysostomos2012-09-151-1/+17
* Fix subroutine unavailability during cloningFather Chrysostomos2012-09-151-1/+17
* ‘Subroutine "&x" is not available’ during compilationFather Chrysostomos2012-09-151-1/+23
* In cv_clone, use pad ID to identify mysub outsideFather Chrysostomos2012-09-151-1/+15
* CvOUTSIDE should be strong for lexsub declared in inner pack subFather Chrysostomos2012-09-151-1/+8
* Use the right outside for my subs defined in inner subsFather Chrysostomos2012-09-151-5/+5
* Preserve outside pointers of my subs with string evalFather Chrysostomos2012-09-151-1/+0
* Fix up outside pointers for my subsFather Chrysostomos2012-09-151-1/+51
* Clone my subs on scope entryFather Chrysostomos2012-09-151-17/+20
* Let state sub fwd decls and nested subs work in anonsFather Chrysostomos2012-09-151-1/+23
* First stab at my subFather Chrysostomos2012-09-151-1/+192
* Remove & from redef warnings for lex subsFather Chrysostomos2012-09-151-1/+0
* lexsub.t: Fix another testFather Chrysostomos2012-09-151-3/+1
* Clone state subs in anon subsFather Chrysostomos2012-09-151-5/+25
* Don’t say ‘variable &foo’ in warningsFather Chrysostomos2012-09-151-4/+2
* lexsub.t: Fix some testsFather Chrysostomos2012-09-151-5/+3
* Make pad_fixup_inner_anons cope with closed-over subsFather Chrysostomos2012-09-151-4/+0
* ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-151-2/+0
* Implement padcvFather Chrysostomos2012-09-151-21/+21
* Test state subsFather Chrysostomos2012-09-151-1/+188
* lexsub.t: Add test name, test override from another pkgFather Chrysostomos2012-09-151-3/+5
* Let barewords look up our subsFather Chrysostomos2012-09-151-10/+10
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-3/+1
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+5
* Make do sub() respect our declarationsFather Chrysostomos2012-09-151-1/+9
* lexsub.t: Fix a testFather Chrysostomos2012-09-151-4/+3
* Use test.pl in lexsub.tFather Chrysostomos2012-09-151-29/+28
* Make &foo respect our subFather Chrysostomos2012-09-151-0/+70
* Let while.t run from the top levelFather Chrysostomos2012-06-201-0/+1
* more while testsGerard Goossen2011-01-081-1/+38
* modernise t/cmd/while.tGerard Goossen2011-01-081-47/+45
* do subname() is deprecated, so this test from perl 3 needs updating.Nicholas Clark2009-10-161-18/+18
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-066-0/+0
* Typo fix in change #33058Daniel Frederick Crisman2008-01-311-1/+1
* Regression tests for 'for reverse ..'Abigail2008-01-241-1/+191