summaryrefslogtreecommitdiff
path: root/t/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a TODO test for RT #1085: "what should be output of perl -weSteve Peters2006-04-191-1/+10
* Add test for RT #2166: foreach spuriously autovivifiesSteve Peters2006-02-231-1/+13
* Pulling ancient RCS commentsAndy Lester2005-11-204-8/+0
* Re: do { EXPR for EXPR }Robin Houston2005-10-241-1/+4
* The optrees for C<for $_ (...)> and C<for (...)> differ, so even moreNicholas Clark2004-07-151-1/+110
* Lots of tests for for reverse ...Nicholas Clark2004-07-141-1/+254
* [perl #30061] double DESTROY in for loopDave Mitchell2004-06-081-1/+20
* A new fatal error :Dave Mitchell2003-04-231-1/+6
* Re: [perl #18165] "0" fails as right-hand argument to ..Slaven Rezic2002-12-081-1/+6
* cleaner close on tests, take 2 Andreas König2001-12-291-1/+1