diff options
author | Gerard Goossen <gerard@ggoossen.net> | 2009-11-04 12:36:30 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-08 14:53:41 +0100 |
commit | 6bd7445c6d3b53823883c456e32ea27ce24bfc5c (patch) | |
tree | a970dc6bd10efac39c12c6163c8baf6cc75012ae /MANIFEST | |
parent | 3d22c4f05aed968c6c562e40be30222328d66f6b (diff) | |
download | perl-6bd7445c6d3b53823883c456e32ea27ce24bfc5c.tar.gz |
Make my_exit behave the same as the Perl exit. And add tests for it
Rationale: This makes the behaviour of my_exit consistent, so it no
longer depends on whether a subroutine was called using call_sv or as a
normal using an entersub op. Previously, the exit code was sometimes
converted to an exception.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3211,6 +3211,7 @@ ext/XS-APItest/t/call.t XS::APItest extension ext/XS-APItest/t/exception.t XS::APItest extension ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface +ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs ext/XS-APItest/t/pmflag.t Test deprecation warning for Perl_pmflag() ext/XS-APItest/t/printf.t XS::APItest extension |