summaryrefslogtreecommitdiff
path: root/t/op/smartkve.t
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-1/+1
* Don’t use yyerror for each($scalar) experiment errFather Chrysostomos2016-06-021-2/+3
* [perl #127976] Restore ‘or array’ to each($s) errFather Chrysostomos2016-05-161-1/+2
* [perl #127976] Use yyerror for each $scalar errorFather Chrysostomos2016-05-161-1/+5
* startkve.t: Refactor setting of $errpatFather Chrysostomos2016-05-161-3/+7
* smartkve.t: Delete now-redundant testsFather Chrysostomos2016-05-161-17/+0
* Delete experimental autoderef featureAaron Crane2015-07-131-372/+28
* values and each are OA_DANGEROUSFather Chrysostomos2014-11-081-1/+18
* smartkve.t doesn’t need to disable dep warningsFather Chrysostomos2014-11-081-1/+1
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get smartkve.t working under minitestFather Chrysostomos2014-09-021-1/+2
* rename aggref warnings to autoderefRicardo Signes2014-01-141-1/+1
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-1/+1
* t/op/smartkve.t: single-quote some eval stuffDavid Mitchell2013-04-241-3/+3
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-18/+43
* fix a very subtle hash ordering dependency in op/smartkve.tYves Orton2012-10-261-5/+17
* Make keys $scalar an lvalueFather Chrysostomos2011-04-181-0/+8
* Make keys/value/each $scalar accept only unblessed refsFather Chrysostomos2011-04-181-45/+91
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-0/+361