Пакет perl-Class-Throwable: Specfile

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

%define module Class-Throwable
%define m_distro Class-Throwable
%define m_name Class::Throwable
%define m_author_id STEVAN
%define _enable_test 1

Name: perl-Class-Throwable
Version: 0.13
Release: alt1

Summary: A minimal lightweight exception class

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Class-Throwable/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/K/KM/KMX/Class-Throwable-%{version}.tar.gz

# Automatically added by buildreq on Mon May 26 2008
BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage

%description
This module implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib

%changelog
* Wed Feb 11 2015 Igor Vlasenko <viy@altlinux.ru> 0.13-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.11-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 0.11-alt1
- automated CPAN update

* Mon Oct 06 2008 Igor Vlasenko <viy@altlinux.ru> 0.10-alt1.1
- NMU for unknown reason:
  the person above was too neglectant to add --changelog "- NMU: <reason>" option.

* Mon May 26 2008 Michael Bochkaryov <misha@altlinux.ru> 0.10-alt1
- first build for ALT Linux Sisyphus