Change the regression test added by 26410 to use test.pl; this makes
[p5sagit/p5-mst-13.2.git] / t / op / mydef.t
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 $_".