This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / mydef.t
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2012-12-04 Father ChrysostomosDeprecate lexical $_
2011-03-13 Nicholas ClarkConvert t/op/mydef.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn t/op/mydef.t, add missing C<eval> to a test.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2009-11-12 Nicholas ClarkExplicitly check that our $_; is special, and forced...
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2005-07-19 Rafael Garcia-SuarezSilence new (expected) warnings
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-06-02 Rafael Garcia-SuarezMake the dUNDERBAR/UNDERBAR macros work as advertised.
2004-02-08 Rafael Garcia-Suarezmap and grep weren't working correctly with lexical...
2004-02-04 Rafael Garcia-SuarezThe "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-SuarezMore docs and tests for "my $_".
2004-02-03 Rafael Garcia-SuarezImplement "my $_".