Package perl-Carp-Assert: Information

    Source package: perl-Carp-Assert
    Version: 0.20-alt2
    Build time:  Sep 18, 2008, 01:38 AM
    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:
    Vitaly Lipatov


      1. perl-devel

    Last changed


    Sept. 6, 2008 Vitaly Lipatov 0.20-alt2
    - fix directory ownership violation
    June 14, 2008 Vitaly Lipatov 0.20-alt1
    - new version 0.20 (with rpmrb script)
    Sept. 2, 2005 Vitaly Lipatov 0.18-alt1
    - first build for ALT Linux Sisyphus