From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

Assert-Conditional
This alpha release introduces conditional asssertions that can get
compile-time removed so they don't take up any run time in production but
are active during testing.
Currently 5.12 is required due to issues with Attribute::Handlers,
but this module is intended to work with 5.10.
The POSIX-related assertions that rely on functions like WIFEXITED
won't work on non-POSIX systems.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Assert::Conditional
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
AnnoCPAN, Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright (C) 2015 Tom Christiansen
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See L<http://dev.perl.org/licenses/> for more information.