diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 14:07:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-01 14:08:13 -0700 |
commit | fba8e77b3f4dc252953255811ead49d6391b30f3 (patch) | |
tree | a501e13b69cf1dc01e95c581f772ce51c92955f6 /MANIFEST | |
parent | 6fdf246eb10307fa0d2bbee937460a5d0d67fc40 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |