Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -2/+3 |
* | Disable lexical $_ | Father Chrysostomos | 2015-09-29 | 1 | -206/+2 |
* | suppress "experimental" warnings for my $_ | Ricardo Signes | 2013-02-20 | 1 | -1/+1 |
* | Deprecate lexical $_ | Father Chrysostomos | 2012-12-04 | 1 | -1/+1 |
* | Convert t/op/mydef.t to test.pl, strict and warnings. | Nicholas Clark | 2011-03-13 | 1 | -71/+71 |
* | In t/op/mydef.t, add missing C<eval> to a test. | Nicholas Clark | 2011-03-13 | 1 | -1/+1 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Explicitly check that our $_; is special, and forced to main:: | Nicholas Clark | 2009-11-12 | 1 | -1/+19 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -3/+3 |
* | Silence new (expected) warnings | Rafael Garcia-Suarez | 2005-07-19 | 1 | -1/+1 |
* | $foo::_ was wrongly forced as $main::_. | Rafael Garcia-Suarez | 2004-12-03 | 1 | -1/+10 |
* | Make the dUNDERBAR/UNDERBAR macros work as advertised. | Rafael Garcia-Suarez | 2004-06-02 | 1 | -1/+1 |
* | map and grep weren't working correctly with lexical $_ in | Rafael Garcia-Suarez | 2004-02-08 | 1 | -1/+13 |
* | The "my $_" wasn't nice with foreach loops. | Rafael Garcia-Suarez | 2004-02-04 | 1 | -1/+18 |
* | More docs and tests for "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -2/+22 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -0/+142 |