Fix CLONE/weakref bug revealed by adf8f095c5881bce.
[p5sagit/p5-mst-13.2.git] / t / op / mydef.t
2009-11-12 Nicholas Clark Explicitly check that our $_; is special, and forced...
2008-08-07 Nicholas Clark Use test.pl's tempfile().
2005-07-19 Rafael Garcia-Suarez Silence new (expected) warnings
2004-12-03 Rafael Garcia-Suarez $foo::_ was wrongly forced as $main::_.
2004-06-02 Rafael Garcia-Suarez Make the dUNDERBAR/UNDERBAR macros work as advertised.
2004-02-08 Rafael Garcia-Suarez map and grep weren't working correctly with lexical...
2004-02-04 Rafael Garcia-Suarez The "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-Suarez More docs and tests for "my $_".
2004-02-03 Rafael Garcia-Suarez Implement "my $_".