summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-07-11 18:34:28 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-22 11:18:26 +0100
commit996b0cb8b8b219f477902fa7cadd7d6d10f5d079 (patch)
tree7bfe564de4eafdff2656bee4cf8a3773ed57330e /MANIFEST
parent03b7d2792b10d1f615dd9a9680ffd3cd2f73f584 (diff)
downloadperl-996b0cb8b8b219f477902fa7cadd7d6d10f5d079.tar.gz
[perl #132474] Add function for parsing sub signatures
This exposes a GRAMSUBSIGNATURE top-level production from perly.y for toke.c to consume, which parses a subroutine signature, inside the parens. This needed a small change to the existing rules, to pull out a rule that handles all of the insides of the parens but not the parens themselves. (h/t to ilmari for the suggestion)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4d51fdc3bf..9b7798e379 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4333,6 +4333,7 @@ ext/XS-APItest/t/stmtsasexpr.t test recursive descent statement-sequence parsing
ext/XS-APItest/t/stuff_modify_bug.t test for eval side-effecting source string
ext/XS-APItest/t/stuff_svcur_bug.t test for a bug in lex_stuff_pvn
ext/XS-APItest/t/subcall.t Test XSUB calls
+ext/XS-APItest/t/subsignature.t Test parse_subsignature()
ext/XS-APItest/t/svcat.t Test sv_catpvn
ext/XS-APItest/t/svcatpvf.t Test sv_catpvf argument reordering
ext/XS-APItest/t/sviscow.t Test SvIsCOW