Пакет perl-Carp-Assert: Информация

    Исходный пакет: perl-Carp-Assert
    Версия: 0.22-alt1
    Последняя версия по данным Repology
    Собран:  6 марта 2023 г. 22:30 в задании #316322
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Carp-Assert - executable comments
    Описание: 
    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...)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Carp-Assert (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

    Последнее изменение


    6 марта 2023 г. Igor Vlasenko 0.22-alt1
    - automated CPAN update
    26 июня 2014 г. Igor Vlasenko 0.21-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 0.20-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu