This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate above \xFF in bitwise string ops
[perl5.git] / t / op / smartkve.t
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2016-06-03 Father ChrysostomosDon’t use yyerror for each($scalar) experiment err
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2016-05-17 Father Chrysostomos[perl #127976] Use yyerror for each $scalar error
2016-05-17 Father Chrysostomosstartkve.t: Refactor setting of $errpat
2016-05-17 Father Chrysostomossmartkve.t: Delete now-redundant tests
2015-07-13 Aaron CraneDelete experimental autoderef feature
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomossmartkve.t doesn’t need to disable dep warnings
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet smartkve.t working under minitest
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2013-04-24 David Mitchellt/op/smartkve.t: single-quote some eval stuff
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2012-10-26 Yves Ortonfix a very subtle hash ordering dependency in op/smartkve.t
2011-04-19 Father ChrysostomosMake keys $scalar an lvalue
2011-04-19 Father ChrysostomosMake keys/value/each $scalar accept only unblessed...
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references