libperlx-assert-perl

yet another assertion keyword

Description

PerlX::Assert is a framework for embedding assertions in Perl code. Under normal circumstances, assertions are not checked; they are optimized away at compile time.

However if, at compile time, any of the following environment variables is true, assertions are checked, and if they fail, throw an exception.

 - PERL_STRICT
 - AUTHOR_TESTING
 - EXTENDED_TESTING
 - RELEASE_TESTING

That is, assertions will only typically be checked when the test suite is being run on the authors' machine, or otherwise opted into.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/PerlX-Assert


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libperlx-assert-perl