7c69273
Name:           perl-Test-Exception
acc0ebb
Version:        0.43
831e84f
Release:        10%{?dist}
9e01d60
Summary:        Library of test functions for exception based Perl code
b50503d
License:        GPL+ or Artistic
31d85e5
URL:            https://metacpan.org/release/Test-Exception
31d85e5
Source0:        https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
7c69273
BuildArch:      noarch
d0ab39c
# Module Build
f139b7f
BuildRequires:  coreutils
f139b7f
BuildRequires:  findutils
f139b7f
BuildRequires:  make
08034b3
BuildRequires:  perl-interpreter
a968ede
BuildRequires:  perl-generators
d0ab39c
BuildRequires:  perl(ExtUtils::MakeMaker)
d0ab39c
# Module Runtime
f1db8f2
BuildRequires:  perl(base)
f1db8f2
BuildRequires:  perl(Carp)
f1db8f2
BuildRequires:  perl(Exporter)
8088f98
BuildRequires:  perl(strict)
b50503d
BuildRequires:  perl(Sub::Uplevel) >= 0.18
d0ab39c
BuildRequires:  perl(Test::Builder)
8088f98
BuildRequires:  perl(warnings)
d0ab39c
# Test Suite
d0ab39c
BuildRequires:  perl(overload)
d0ab39c
BuildRequires:  perl(Test::Builder::Tester)
d0ab39c
BuildRequires:  perl(Test::Harness)
d0ab39c
BuildRequires:  perl(Test::More)
d0ab39c
# Runtime
05fc941
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
a538372
Requires:       perl(Carp)
7c69273
b8a9401
# Avoid bogus perl(DB) provide
Chris Weyl e0cb4e4
%{?perl_default_filter}
Chris Weyl e0cb4e4
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
%prep
7c69273
%setup -q -n Test-Exception-%{version}
7c69273
05fc941
# Remove unnecessary exec permissions
05fc941
chmod -c -x Changes
7c69273
7c69273
%build
d0ab39c
perl Makefile.PL INSTALLDIRS=vendor
d0ab39c
make %{?_smp_mflags}
7c69273
7c69273
%install
d0ab39c
make pure_install DESTDIR=%{buildroot}
d0ab39c
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
8088f98
%{_fixperms} %{buildroot}
7c69273
364b4bd
%check
d0ab39c
make test
7c69273
7c69273
%files
a538372
%doc Changes
05fc941
%{perl_vendorlib}/Test/
b8a9401
%{_mandir}/man3/Test::Exception.3*
7c69273
7c69273
%changelog
831e84f
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-10
831e84f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
831e84f
6d6e888
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-9
6d6e888
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6d6e888
d209afc
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-8
d209afc
- Perl 5.28 rebuild
d209afc
3fe9c62
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-7
3fe9c62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3fe9c62
946e58a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-6
946e58a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
946e58a
bd4a130
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-5
bd4a130
- Perl 5.26 rebuild
bd4a130
b78e907
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-4
b78e907
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b78e907
08def74
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-3
08def74
- Perl 5.24 rebuild
08def74
9b1e4df
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-2
9b1e4df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9b1e4df
acc0ebb
* Fri Jan  1 2016 Paul Howarth <paul@city-fan.org> - 0.43-1
acc0ebb
- Update to 0.43
acc0ebb
  - Remove Test2/Test-Stream special cases; they are not needed
acc0ebb
f139b7f
* Tue Dec 22 2015 Paul Howarth <paul@city-fan.org> - 0.41-1
f139b7f
- Update to 0.41
f139b7f
  - Updated for Test2
f139b7f
- This release by EXODIST → update source URL
f139b7f
62589df
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-2
62589df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
62589df
354f5f0
* Thu Jun 11 2015 Tom Callaway <spot@fedoraproject.org> - 0.40-1
354f5f0
- update to 0.40
354f5f0
d50ffe2
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-2
d50ffe2
- Perl 5.22 rebuild
d50ffe2
a538372
* Sun Mar  1 2015 Paul Howarth <paul@city-fan.org> - 0.38-1
a538372
- Update to 0.38
a538372
  - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
a538372
  - Fixed repository link in metadata
a538372
- This release by ETHER → update source URL
a538372
b8a9401
* Fri Jan  9 2015 Paul Howarth <paul@city-fan.org> - 0.36-1
b8a9401
- Update to 0.36
b8a9401
  - Fix bug when Test::More has been downgraded
b8a9401
d0ab39c
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.35-1
d0ab39c
- Update to 0.35
d0ab39c
  - Fix a bug when Test::Builder isn't new (better version)
d0ab39c
- Switch to ExtUtils::MakeMaker flow
d0ab39c
- Classify buildreqs by usage
d0ab39c
8088f98
* Sat Sep 20 2014 Paul Howarth <paul@city-fan.org> - 0.34-1
8088f98
- Update to 0.34
8088f98
  - Fixed test broken by changes in Test::Builder and friends
8088f98
- This release by EXODIST → update source URL
8088f98
- Modernize spec
8088f98
2478998
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-5
2478998
- Perl 5.20 rebuild
2478998
6b63cd3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
6b63cd3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6b63cd3
e94e78f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-3
e94e78f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e94e78f
2a8c0bb
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.32-2
2a8c0bb
- Perl 5.18 rebuild
2a8c0bb
05fc941
* Mon Apr 29 2013 Paul Howarth <paul@city-fan.org> - 0.32-1
05fc941
- Update to 0.32
05fc941
  - Fixed tests that broke due to diagnostic changes in Test::More 0.99
05fc941
- Don't use macros for commands
05fc941
- Don't need to remove empty directories from the buildroot
05fc941
- Drop %%defattr, redundant since rpm 4.4
05fc941
- Make %%files list more explicit
05fc941
- Remove bogus exec permission on Changes file
05fc941
49b3150
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-9
49b3150
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
49b3150
f1db8f2
* Thu Oct 18 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-8
f1db8f2
- Specify all dependencies.
f1db8f2
6a57d8e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-7
6a57d8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6a57d8e
a34e6a7
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.31-6
a34e6a7
- Perl 5.16 rebuild
a34e6a7
7fdd75d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-5
7fdd75d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7fdd75d
13f158e
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.31-4
13f158e
- Perl mass rebuild
13f158e
fbad2c3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-3
fbad2c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fbad2c3
9183adf
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.31-2
05fc941
- Rebuild to fix problems with vendorarch/lib (#661697)
9183adf
Steven Pritchard 47e224a
* Fri Dec 10 2010 Steven Pritchard <steve@kspei.com> 0.31-1
Steven Pritchard 47e224a
- Update to 0.31.
Steven Pritchard 47e224a
749c8d9
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
749c8d9
- Mass rebuild with perl-5.12.0
749c8d9
Chris Weyl e0cb4e4
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.29-1
Chris Weyl e0cb4e4
- auto-update to 0.29 (by cpan-spec-update 0.01)
Chris Weyl e0cb4e4
- altered br on perl(Module::Build) (0 => 0.35)
Chris Weyl e0cb4e4
- altered br on perl(Test::Builder) (0 => 0.7)
Chris Weyl e0cb4e4
- altered br on perl(Test::Builder::Tester) (0 => 1.07)
Chris Weyl e0cb4e4
- added a new br on perl(Test::Harness) (version 2.03)
Chris Weyl e0cb4e4
- added a new br on perl(Test::More) (version 0.7)
Chris Weyl e0cb4e4
- added a new br on perl(Test::Simple) (version 0.7)
Chris Weyl e0cb4e4
881d7f7
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.27-5
881d7f7
- rebuild against perl 5.10.1
881d7f7
cbda13a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4
cbda13a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cbda13a
c92ae3e
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
c92ae3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c92ae3e
7872f34
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.27-2
7872f34
- Rebuild for perl 5.10 (again)
7872f34
37875a8
* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 0.27-1
37875a8
- Update to 0.27.
37875a8
21fb969
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.26-2
21fb969
- rebuild for new perl
21fb969
b50503d
* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.26-1
b50503d
- Update to 0.26.
b50503d
- Update License tag.
b50503d
- Use fixperms macro instead of our own chmod incantation.
b50503d
- Reformat to match cpanspec output.
b50503d
- Drop executable bits.
b50503d
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
05fc941
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.20-2
05fc941
- 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.