Package perl-Carp-Assert: Information

Source package: perl-Carp-Assert
Version: 0.22-alt1
Latest version according to Repology
Build time:  Mar 6, 2023, 10:30 PM in the task #316322
Category: Development/Perl
Report package bug
License: Artistic
Summary: Carp-Assert - executable comments
Description: 
Carp::Assert is intended for a purpose like the ANSI C library
assert.h.  If you're already familiar with assert.h, then you can
probably skip this and go straight to the FUNCTIONS section.

Assertions are the explict 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.  (If I was going to be a cynic about Perl and the user nature,
I'd say there are no user inputs but garbage, and Perl produces
nothing but...)

List of rpms provided by this srpm:
perl-Carp-Assert (noarch)

Maintainer: Vitaly Lipatov

List of contributors:
Igor Vlasenko
Vitaly Lipatov

ACL:
Vitaly Lipatov
@cpan
@qa

    1. perl-devel

Last changed


March 6, 2023 Igor Vlasenko 0.22-alt1
- automated CPAN update
June 26, 2014 Igor Vlasenko 0.21-alt1
- automated CPAN update
Nov. 22, 2010 Igor Vlasenko 0.20-alt2.1
- repair after perl 5.12 upgrade using girar-nmu