summaryrefslogtreecommitdiff
path: root/t/op/postfixderef.t
Commit message (Expand)AuthorAgeFilesLines
* Fatalize use of $* and $#James E Keenan2018-10-171-8/+1
* fix parsing of braced subscript after parensZefram2018-01-161-1/+24
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Use concat overloading for "foo$_->$*"Father Chrysostomos2016-05-171-1/+13
* Make postfix dereferencing work without the postderef featureAaron Crane2015-07-131-27/+1
* The postderef feature is no longer experimentalAaron Crane2015-06-271-1/+0
* rename [] from "anonymous list" to "anonymous array"Lukas Mai2014-11-111-1/+1
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* ->$#*Father Chrysostomos2013-11-241-1/+10
* Fix a bug with ->@ inside "@{...}"Father Chrysostomos2013-10-051-1/+4
* Make postderef experimentalFather Chrysostomos2013-10-051-0/+1
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-1/+26
* Hide postderef behind the feature featureFather Chrysostomos2013-10-051-1/+27
* ->%{ ->%[Father Chrysostomos2013-10-051-1/+4
* Fix up postfixderef.tFather Chrysostomos2013-10-051-4/+4
* Tests for postfix dereferenceDavid Nicol2013-10-051-0/+315