summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-10-04 10:26:42 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-10-04 10:26:42 +0200
commit07ffcb738e9467df21e3d33604cf09c125e7ff52 (patch)
tree4d9f19d1b037c0559de25681d55a3a2f7569e2ce /MANIFEST
parentad97526782cdd5392f99d55127e22a7eb5ea9851 (diff)
downloadperl-07ffcb738e9467df21e3d33604cf09c125e7ff52.tar.gz
[PATCH] function to parse Perl statement sequence
New API function parse_stmtseq() parses a sequence of statements, up to closing brace or EOF.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index dce1738604..becb63332a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3355,6 +3355,7 @@ ext/XS-APItest/t/grok.t XS::APItest: tests for grok* functions
ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs
ext/XS-APItest/t/keyword_multiline.t test keyword plugin parsing across lines
ext/XS-APItest/t/keyword_plugin.t test keyword plugin mechanism
+ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t
ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit