This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Describe ext/XS-APItest/t/call.t better
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 16:05:30 +0000 (09:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 20:42:41 +0000 (13:42 -0700)
MANIFEST

index 0b408ae..8192ff6 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3864,7 +3864,7 @@ ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t
 ext/XS-APItest/t/call_checker.t        test call checker plugin API
 ext/XS-APItest/t/caller.t      XS::APItest: tests for caller_cx
 ext/XS-APItest/t/callregexec.t XS::APItest: tests for CALLREGEXEC()
-ext/XS-APItest/t/call.t                XS::APItest extension
+ext/XS-APItest/t/call.t                Test calling perl from C
 ext/XS-APItest/t/check_warnings.t      test scope of "Too late for CHECK"
 ext/XS-APItest/t/cleanup.t     test stack behaviour on unwinding
 ext/XS-APItest/t/clone-with-stack.t    test clone with CLONEf_COPY_STACKS works