Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 725ea9be1e4dd769a17480e90dcbc7c4 > files > 10

perl-Carp-Assert-More-1.140.0-5.mga5.noarch.rpm

# Carp::Assert::More

Carp::Assert::More is a set of handy assertion functions for Perl.

For example, instead of writing

    assert( $foo ne '', '$foo cannot be blank' );

you can write

    assert_nonblank( $foo, '$foo cannot be blank' );