This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Rename a variable
[perl5.git] / t / op / kvhslice.t
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2016-05-20 Father ChrysostomosCorrect error msg for sub:lvalue{%h{k}} in sassign
2015-07-13 Aaron CraneDelete experimental autoderef feature
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet kvhslice.t working under miniperl
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-09-13 Father ChrysostomosTest kv slices in places that expect %{}
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosSuppress a warning in kvhslice.t
2013-09-13 Ruslan Zakirovtest key/value hash slices