This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
[perl5.git] / t / op / switch.t
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/~~