7c69273
Name:           perl-Test-Exception
5111601
Version:        0.21
fa9a0e7
Release:        3%{?dist}
9e01d60
Summary:        Library of test functions for exception based Perl code
7c69273
7c69273
Group:          Development/Libraries
7c69273
License:        GPL or Artistic
7c69273
URL:            http://search.cpan.org/dist/Test-Exception/
364b4bd
Source0:        http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
7c69273
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7c69273
7c69273
BuildArch:      noarch
364b4bd
BuildRequires:  perl(Module::Build)
7c69273
BuildRequires:  perl(Test::Builder), perl(Test::Builder::Tester)
7c69273
BuildRequires:  perl(Sub::Uplevel), perl(Pod::Coverage), perl(Test::Pod)
364b4bd
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
7c69273
7c69273
%description
7c69273
This module provides a few convenience methods for testing exception
7c69273
based code. It is built with Test::Builder and plays happily with
7c69273
Test::More and friends.
7c69273
7c69273
7c69273
%prep
7c69273
%setup -q -n Test-Exception-%{version}
7c69273
7c69273
7c69273
%build
7c69273
%{__perl} Build.PL installdirs=vendor
7c69273
./Build
7c69273
7c69273
7c69273
%install
7c69273
rm -rf $RPM_BUILD_ROOT
b846656
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
7c69273
chmod -R u+w $RPM_BUILD_ROOT/*
7c69273
7c69273
364b4bd
%check
7c69273
./Build test
7c69273
7c69273
7c69273
%clean
7c69273
rm -rf $RPM_BUILD_ROOT
7c69273
7c69273
7c69273
%files
7c69273
%defattr(-,root,root,-)
7c69273
%doc Changes README
7c69273
%{perl_vendorlib}/Test/
fa9a0e7
%{_mandir}/man3/*.3pm*
7c69273
7c69273
7c69273
%changelog
fa9a0e7
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
fa9a0e7
- Rebuild for FC6.
fa9a0e7
364b4bd
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
364b4bd
- Rebuild for FC5 (perl 5.8.8).
364b4bd
5111601
* Tue Jun  7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
5111601
- Update to 0.21.
5111601
8ac4784
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-4
8ac4784
- Add dist tag.
8ac4784
b846656
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.20-3
b846656
- Avoid .packlist creation with Module::Build >= 0.2609.
b846656
- Trust that %%{perl_vendorlib} is defined.
b846656
8ac4784
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.20-2
86cee3a
- rebuilt
86cee3a
9e01d60
* Fri Nov  5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
7c69273
- Update to 0.20.
7c69273
7c69273
* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
7c69273
- First build.