./devel/p5-Test-Exit, Test that some code calls exit() without terminating testing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 0.11nb1, Package name: p5-Test-Exit-0.11nb1, Maintainer: pkgsrc-users

Test::Exit provides some simple tools for testing code that might call
exit(), providing you with the status code without exiting the test
file.

The only criterion tested is that the supplied code does or does not
call exit(). If the code throws an exception, the exception will be
propagated and you will have to catch it yourself. die()ing is not
exiting for the purpose of these tests.

Unlike previous versions of this module, the current version doesn't
use exceptions to do its work, so even if you call exit() inside of an
eval, everything should work.


Master sites: (Expand)

SHA1: b5896ca24bf621760036a4913f23ba3e362360a4
RMD160: 19483baa0c2854be9a207ae96ebd261fb09f69b9
Filesize: 9.549 KB

Version history: (Expand)