Name : perl-Carp-Assert-More
| |
Version : 2.4.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.3
| Date : 2024-08-05 17:47:16
|
Group : Unspecified
| Source RPM : perl-Carp-Assert-More-2.4.0-1.3.src.rpm
|
Size : 0.05 MB
| |
Packager : (none)
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/openSUSE_Tumbleweed/noarch |