Rewrite tests for objects and ~~
[p5sagit/p5-mst-13.2.git] / t / op / switch.t
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-05-03 Rafael Garcia-Suarez Add tests for last and next in when()
2009-03-28 Vincent Pit Allow when to be used as a statement modifier
2009-03-13 Rafael Garcia-Suarez Make smart matching ~~ undef dispatch only on the RHS
2009-03-06 Rafael Garcia-Suarez Remove special case for coderefs with empty prototypes...
2009-03-06 Rafael Garcia-Suarez Make the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-Suarez Remove TODO tests about && in when() clauses
2009-03-04 Rafael Garcia-Suarez Make // behave like || in when clauses
2008-03-28 Dominic Dunlop Re: Tests failed on PPC64
2008-03-04 brian d foy [perl #50538] when( @n && %n ) fails to smart match
2007-10-17 josh Fix a few segfaults and a when() bug
2006-04-02 Nicholas Clark Better failure diagnostics from switch.t.
2005-12-19 Robin Houston latest switch/say/~~