summaryrefslogtreecommitdiff
path: root/t/op/each_array.t
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-1/+1
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* values and each are OA_DANGEROUSFather Chrysostomos2014-11-081-1/+9
* t/op/each_array.t: Provide descriptions for all tests.James E Keenan2012-12-141-51/+73
* Reset the iterator when an array is clearedVincent Pit2012-06-221-1/+29
* Remove ‘no warnings deprecated’ from two .t’sFather Chrysostomos2011-11-261-1/+0
* remove index offsetting ($[)Zefram2011-09-091-39/+4
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-241-2/+43
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-071-1/+3
* Implement each @array.Nicholas Clark2007-12-201-0/+132