summaryrefslogtreecommitdiff
path: root/t/op/mydef.t
Commit message (Expand)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+3
* Disable lexical $_Father Chrysostomos2015-09-291-206/+2
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-1/+1
* Deprecate lexical $_Father Chrysostomos2012-12-041-1/+1
* Convert t/op/mydef.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-71/+71
* In t/op/mydef.t, add missing C<eval> to a test.Nicholas Clark2011-03-131-1/+1
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Explicitly check that our $_; is special, and forced to main::Nicholas Clark2009-11-121-1/+19
* Use test.pl's tempfile().Nicholas Clark2008-08-071-3/+3
* Silence new (expected) warningsRafael Garcia-Suarez2005-07-191-1/+1
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-031-1/+10
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-1/+1
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-1/+13
* The "my $_" wasn't nice with foreach loops.Rafael Garcia-Suarez2004-02-041-1/+18
* More docs and tests for "my $_".Rafael Garcia-Suarez2004-02-031-2/+22
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+142