Name : perl-Carp-Assert-More
| |
Version : 2.8.0
| Vendor : openSUSE
|
Release : 1.1
| Date : 2025-01-04 06:30:31
|
Group : Unspecified
| Source RPM : perl-Carp-Assert-More-2.8.0-1.1.src.rpm
|
Size : 0.05 MB
| |
Packager : http://bugs_opensuse_org
| |
Summary : Convenience assertions for common situations
|
Description :
Carp::Assert::More is a convenient set of assertions to make the habit of writing assertions even easier.
Everything in here is effectively syntactic sugar. There\'s no technical difference between calling one of these functions:
assert_datetime( $foo ); assert_isa( $foo, \'DateTime\' );
that are provided by Carp::Assert::More and calling these assertions from Carp::Assert
assert( defined $foo ); assert( ref($foo) eq \'DateTime\' );
My intent here is to make common assertions easy so that we as programmers have no excuse to not use them.
|
RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Carp::Assert::More)
perl-Carp-Assert-More
Requires :