diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-08 23:55:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-09 23:14:07 -0700 |
commit | 6911735f50121ad015d280f86e257e8e9eae797a (patch) | |
tree | 4d213e483049cb2b5dd1108c0a44e93c4302a6c3 /MANIFEST | |
parent | 13087dd8e6c0257d4e1c28a81f9976d5e382e425 (diff) | |
download | perl-6911735f50121ad015d280f86e257e8e9eae797a.tar.gz |
Tests for XS AUTOLOAD routines
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3809,6 +3809,7 @@ ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined ext/XS-APItest/numeric.xs XS::APItest wrappers for numeric.c ext/XS-APItest/README XS::APItest extension ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing +ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks |