summaryrefslogtreecommitdiff
path: root/t/op/switch.t
Commit message (Expand)AuthorAgeFilesLines
* 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