patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.
[p5sagit/p5-mst-13.2.git] / t / op / switch.t
2009-05-25 Rafael Garcia-Suarez Avoid using Test::More in given/when tests
2009-05-24 Rafael Garcia-Suarez Fix test for overload in given() with smart match after...
2009-05-13 Rafael Garcia-Suarez Enable more warnings in smart match tests
2009-05-12 Rafael Garcia-Suarez Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-08 Rafael Garcia-Suarez Make ~~ overloading only be invoked on the right argument
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/~~