summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-01 14:07:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-01 14:08:13 -0700
commitfba8e77b3f4dc252953255811ead49d6391b30f3 (patch)
treea501e13b69cf1dc01e95c581f772ce51c92955f6 /MANIFEST
parent6fdf246eb10307fa0d2bbee937460a5d0d67fc40 (diff)
downloadperl-fba8e77b3f4dc252953255811ead49d6391b30f3.tar.gz
Tests for XS lvalue functions
including the ‘Useless assignment to a temporary’ warning which is only triggered by these.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bcaa5c6b2a..90fb130e2f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3646,6 +3646,7 @@ ext/XS-APItest/t/labelconst.aux auxiliary file for label test
ext/XS-APItest/t/labelconst.t test recursive descent label parsing
ext/XS-APItest/t/loopblock.t test recursive descent block parsing
ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
+ext/XS-APItest/t/lvalue.t Test XS lvalue functions
ext/XS-APItest/t/magic_chain.t test low-level MAGIC chain handling
ext/XS-APItest/t/magic.t test attaching, finding, and removing magic
ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t