summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-23 21:31:24 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-11-24 13:28:26 -0800
commitff25e5dbbad6ccf83f2e2a874a3c90294ea8cb47 (patch)
treea5a9acbe1d6843c16802f25336577be642ca5db2 /perly.y
parentcca0492ec62cab786a01ea96c47e549fe0aa8c61 (diff)
downloadperl-ff25e5dbbad6ccf83f2e2a874a3c90294ea8cb47.tar.gz
->$#*
Diffstat (limited to 'perly.y')
-rw-r--r--perly.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/perly.y b/perly.y
index 0261c26dcf..b947a179a6 100644
--- a/perly.y
+++ b/perly.y
@@ -1491,6 +1491,10 @@ arylen : DOLSHARP indirob
{ $$ = newAVREF($2);
TOKEN_GETMAD($1,$$,'l');
}
+ | term ARROW DOLSHARP '*'
+ { $$ = newAVREF($1);
+ TOKEN_GETMAD($3,$$,'l');
+ }
;
star : '*' indirob