Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Carp-Assert-More

Project: openSUSE_13.2

Repository: oss

Title: Convenience wrappers around Carp::Assert

Description:
Carp::Assert::More is a set of wrappers around the the Carp::Assert manpage
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.

Version: 1.14

Release: 4.1.3

Architecture: noarch

Size: 13.5 KB

Build Time: 2014-10-06 17:20:21 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Carp::Assert::More) = ... perl-Test-WWW-Mechanize
perl-Carp-Assert-More = 1.1...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Carp::Assert) perl-Carp-Assert
perl(Test::Exception) perl-Test-Exception