FreeBSD.software
Home/devel/p5-Carp-Assert-More

p5-Carp-Assert-More

2.9.0

Convenience wrappers around Carp::Assert

Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier. Everything in here is effectively syntactic sugar. There's no technical reason to use assert_isa( $foo, 'HTML::Lint' ); instead of assert( defined $foo ); assert( ref($foo) eq 'HTML::Lint' ); other than readability and simplicity of the code. My intent here is to make common assertions easy so that we as programmers have no excuse to not use them.

Origin: devel/p5-Carp-Assert-More
Category: devel
Size: 52.9KiB
License: ART20
Maintainer: perl@FreeBSD.org
Dependencies: 1 packages
Required by: 2 packages
$pkg install p5-Carp-Assert-More

Dependencies (1)

Required By (2 packages)

More in devel