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

    Бинарный пакет: perl-Exception-Class
    Версия: 1.24-alt2
    Архитектура: noarch
    Собран:  18 сентября 2008 г. 14:41
    Исходный пакет: perl-Exception-Class
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/~drolsky/Exception-Class-1.24/

    Лицензия: Artistic
    О пакете: A module that allows you to declare real exception classes in Perl
    Описание: 
    Exception::Class allows you to declare exception hierarchies in your
    modules in a "Java-esque" manner.  It features a simple interface
    allowing programmers to 'declare' exception classes at compile time. It
    also has a base exception class, Exception::Class::Base, that can be
    easily extended.  It is designed to make structured exception handling
    simpler and better by encouraging people to use hierarchies of exceptions
    in their applications, as opposed to a single catch-all exception class.
    This module does not implement any try/catch syntax. Please see the
    "OTHER EXCEPTION MODULES (try/catch syntax)" section for more information
    on how to get this syntax.

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

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

    Права:
    @qa_p5

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


    6 сентября 2008 г. Vitaly Lipatov 1.24-alt2
    - fix directory ownership violation
    22 мая 2008 г. Vitaly Lipatov 1.24-alt1
    - new version 1.24 (with rpmrb script)
    7 июня 2005 г. Vitaly Lipatov 1.21-alt1
    - first build for ALT Linux Sisyphus