p5-Carp-Assert

Perl module implementing assertions

WWW CVSWeb GITHub
  1. Package version
    p5-Carp-Assert-0.22
  2. Maintainer
    The OpenBSD ports mailing-list

Assertions are the explicit expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.