summaryrefslogtreecommitdiff
path: root/t/op/switch.t
Commit message (Expand)AuthorAgeFilesLines
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-0/+1
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-7/+7
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+7
* [perl #114020, #90018, #53186] Make given alias $_Father Chrysostomos2012-08-011-3/+4
* RT #4682: given() didn't scope $_ correctlyDavid Mitchell2011-09-061-1/+30
* Test taintedness of values returned by given/whenVincent Pit2011-06-271-1/+2
* Make sure break() resets the sp at its original levelVincent Pit2011-06-271-1/+15
* Correctly preserve the stack on an implicit break.Vincent Pit2011-06-261-1/+130
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-141-2/+2
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-111-1/+9
* Correct file references in switch.tFather Chrysostomos2011-06-111-2/+2
* given wasn't calling set magic [RT#84526]Eric Brine2011-05-181-1/+0
* TODO tests for RT#84526 - given needs to handle magical TARGEric Brine2011-05-181-1/+12
* Correct the skip count for t/op/switch.t under minitest.Nicholas Clark2011-03-061-2/+1
* make qw(...) first-class syntaxZefram2010-09-081-2/+2
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Make given() statements return the last evaluated expressionVincent Pit2010-01-031-1/+133
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-071-1/+8
* Fix when( scalar ... ) bugJosh ben Jore2009-09-281-1/+10
* Teach goto how to cross given/when blocksVincent Pit2009-07-221-1/+51
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-011-8/+8
* Avoid using Test::More in given/when testsRafael Garcia-Suarez2009-05-251-2/+2
* Fix test for overload in given() with smart match after last changeRafael Garcia-Suarez2009-05-251-3/+3
* Enable more warnings in smart match testsRafael Garcia-Suarez2009-05-131-2/+0
* Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-121-1/+12
* Make ~~ overloading only be invoked on the right argumentRafael Garcia-Suarez2009-05-081-10/+5
* Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-051-1/+102
|\
| * Add tests for last and next in when()Rafael Garcia-Suarez2009-05-031-1/+43
| * Allow when to be used as a statement modifierVincent Pit2009-03-281-1/+60
* | Make smart matching ~~ undef dispatch only on the RHSRafael Garcia-Suarez2009-03-131-8/+13
* | Remove special case for coderefs with empty prototypes in smart matchRafael Garcia-Suarez2009-03-061-11/+11
* | Make the "..." flip-flop operator work in scalar context in when()Rafael Garcia-Suarez2009-03-061-1/+12
* | Remove TODO tests about && in when() clausesRafael Garcia-Suarez2009-03-041-64/+1
* | Make // behave like || in when clausesRafael Garcia-Suarez2009-03-041-1/+11
|/
* Re: Tests failed on PPC64Dominic Dunlop2008-03-281-86/+89
* [perl #50538] when( @n && %n ) fails to smart matchbrian d foy2008-03-041-2/+64
* Fix a few segfaults and a when() bugjosh2007-10-171-5/+15
* Better failure diagnostics from switch.t.Nicholas Clark2006-04-021-128/+154
* latest switch/say/~~Robin Houston2005-12-191-0/+801