This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / switch.t
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-08-02 Father Chrysostomos[perl #114020, #90018, #53186] Make given alias $_
2011-09-06 David MitchellRT #4682: given() didn't scope $_ correctly
2011-06-27 Vincent PitTest taintedness of values returned by given/when
2011-06-27 Vincent PitMake sure break() resets the sp at its original level
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-11 Father ChrysostomosCorrect file references in switch.t
2011-05-18 Eric Brinegiven wasn't calling set magic [RT#84526]
2011-05-18 Eric BrineTODO tests for RT#84526 - given needs to handle magical...
2011-03-06 Nicholas ClarkCorrect the skip count for t/op/switch.t under minitest.
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-07 Rafael Garcia-SuarezMore tests for when(slice)
2010-01-03 Vincent PitMake given() statements return the last evaluated expre...
2009-12-07 Rafael Garcia-SuarezFix [perl #71078] Smart match against @_ gives false...
2009-09-28 Josh ben JoreFix when( scalar ... ) bug
2009-07-22 Vincent PitTeach goto how to cross given/when blocks
2009-07-01 Rafael Garcia-SuarezMake C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-05-25 Rafael Garcia-SuarezAvoid using Test::More in given/when tests
2009-05-24 Rafael Garcia-SuarezFix test for overload in given() with smart match after...
2009-05-13 Rafael Garcia-SuarezEnable more warnings in smart match tests
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-08 Rafael Garcia-SuarezMake ~~ overloading only be invoked on the right argument
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-05-03 Rafael Garcia-SuarezAdd tests for last and next in when()
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2009-03-13 Rafael Garcia-SuarezMake smart matching ~~ undef dispatch only on the RHS
2009-03-06 Rafael Garcia-SuarezRemove special case for coderefs with empty prototypes...
2009-03-06 Rafael Garcia-SuarezMake the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-SuarezRemove TODO tests about && in when() clauses
2009-03-04 Rafael Garcia-SuarezMake // behave like || in when clauses
2008-03-28 Dominic DunlopRe: Tests failed on PPC64
2008-03-04 brian d foy[perl #50538] when( @n && %n ) fails to smart match
2007-10-17 joshFix a few segfaults and a when() bug
2006-04-02 Nicholas ClarkBetter failure diagnostics from switch.t.
2005-12-19 Robin Houstonlatest switch/say/~~