Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37400839
en ru br
ALT Linux repos
S:0.22-alt1
5.0: 0.20-alt2
4.1: 0.18-alt1
4.0: 0.18-alt1

Group :: Development/Perl
RPM: perl-Carp-Assert

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.22-alt1
Build date: 6 march 2023, 18:54 ( 58.5 weeks ago )
Size: 15.48 Kb

Home page:   http://www.cpan.org

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...)

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Carp-Assert
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin