diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-25 02:40:16 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-30 12:37:30 +0100 |
commit | 26ab20eec63c596b43c0d540691562ec6b160e7c (patch) | |
tree | a0b316706de00f77bb2ecaa027287caf2306079c /MANIFEST | |
parent | 39de7f53b474076d5a8e28b5b41fddefd29e45d7 (diff) | |
download | perl-26ab20eec63c596b43c0d540691562ec6b160e7c.tar.gz |
Add tests for sv_{,un}magicext and mg_findext
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3440,6 +3440,7 @@ 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/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 ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface |