This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests for @array ~~ $string
[perl5.git] / t / op / switch.t
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/~~