This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
don't mistake tr/// for assignable reference
[perl5.git] / t / op / postfixderef.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-05-17 Father ChrysostomosUse concat overloading for "foo$_->$*"
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2013-11-24 Father Chrysostomos->$#*
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosFix up postfixderef.t
2013-10-05 David NicolTests for postfix dereference