Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37559121
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 

#
#   - Exception::Class -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       --spec-only -U Exception::Class --version 1.21
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Exception-Class
%define m_distro Exception-Class
%define m_name Exception::Class
%define m_author_id unknown
%define _enable_test 1

Name: perl-Exception-Class
Version: 1.21
Release: alt1

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

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jun 07 2005

BuildRequires: perl-Class-Data-Inheritable perl-Devel-StackTrace perl-Module-Build perl-Pod-Escapes perl-Pod-Simple perl-Test-Pod perl-devel

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

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

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