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

%define _unpackaged_files_terminate_build 1
%define dist Exception-Class
Name: perl-%dist
Version: 1.45
Release: alt1

Summary: A module that allows you to declare real exception classes in Perl
License: Artistic 2.0
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{dist}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Sat Apr 23 2011

BuildRequires: perl-Class-Data-Inheritable perl-Devel-StackTrace 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.

%prep
%setup -q -n %{dist}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README.md CONTRIBUTING.md
%perl_vendor_privlib/Exception

%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