Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043102
en ru br
ALT Linux repos
S:1.45-alt1
5.0: 1.24-alt2
4.1: 1.21-alt1
4.0: 1.21-alt1
3.0: 1.21-alt1

Group :: Development/Perl
RPM: perl-Exception-Class

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.21-alt1
Build date: 7 june 2005, 02:28 ( 981.4 weeks ago )
Size: 19.39 Kb

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

License: Artistic
Summary: Exception::Class - A module that allows you to declare real exception classes in Perl
Description:

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

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