8f4ad5
Name:           perl-Exception-Class
8f4ad5
Version:        1.44
8f4ad5
Release:        2%{?dist}
8f4ad5
Summary:        Module that allows you to declare real exception classes in Perl
8f4ad5
License:        GPL+ or Artistic
8f4ad5
URL:            http://search.cpan.org/dist/Exception-Class/
8f4ad5
Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
8f4ad5
BuildArch:      noarch
8f4ad5
# Module Build
8f4ad5
BuildRequires:  coreutils
8f4ad5
BuildRequires:  findutils
8f4ad5
BuildRequires:  make
8f4ad5
BuildRequires:  perl-generators
8f4ad5
BuildRequires:  perl-interpreter
8f4ad5
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.75
8f4ad5
# Module Runtime
8f4ad5
BuildRequires:  perl(base)
8f4ad5
BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
8f4ad5
BuildRequires:  perl(Devel::StackTrace) >= 2.00
8f4ad5
BuildRequires:  perl(overload)
8f4ad5
BuildRequires:  perl(Scalar::Util)
8f4ad5
BuildRequires:  perl(strict)
8f4ad5
BuildRequires:  perl(warnings)
8f4ad5
# Test Suite
8f4ad5
BuildRequires:  perl(File::Spec)
8f4ad5
BuildRequires:  perl(Test::More) >= 0.96
8f4ad5
# Optional Tests
8f4ad5
BuildRequires:  perl(CPAN::Meta) >= 2.120900
8f4ad5
BuildRequires:  perl(CPAN::Meta::Prereqs)
8f4ad5
# Runtime
8f4ad5
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8f4ad5
8f4ad5
%description
8f4ad5
Exception::Class allows you to declare exception hierarchies in your
8f4ad5
modules in a "Java-esque" manner.
8f4ad5
8f4ad5
%prep
8f4ad5
%setup -q -n Exception-Class-%{version}
8f4ad5
8f4ad5
%build
8f4ad5
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
8f4ad5
make %{?_smp_mflags}
8f4ad5
8f4ad5
%install
8f4ad5
make install DESTDIR=%{buildroot}
8f4ad5
%{_fixperms} -c %{buildroot}
8f4ad5
8f4ad5
%check
8f4ad5
make test
8f4ad5
8f4ad5
%files
8f4ad5
%license LICENSE
8f4ad5
%doc Changes CONTRIBUTING.md README.md
8f4ad5
%{perl_vendorlib}/Exception/
8f4ad5
%{_mandir}/man3/Exception::Class.3*
8f4ad5
%{_mandir}/man3/Exception::Class::Base.3*
8f4ad5
8f4ad5
%changelog
8f4ad5
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8f4ad5
8f4ad5
* Mon Dec 11 2017 Paul Howarth <paul@city-fan.org> - 1.44-1
8f4ad5
- Update to 1.44
8f4ad5
  - You can now pass "frame_filter", "filter_frames_early" and "skip_frames"
8f4ad5
    to the throw() method of an exception class; these will be passed on to
8f4ad5
    the Devel::StackTrace constructor (GH#6)
8f4ad5
8f4ad5
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8f4ad5
8f4ad5
* Mon Jul 10 2017 Paul Howarth <paul@city-fan.org> - 1.43-1
8f4ad5
- Update to 1.43
8f4ad5
  - The full_message() method in Exception::Class::Base now calls message()
8f4ad5
    instead of accessing the object's hash key, which makes it easier to
8f4ad5
    override message() in a subclass (GH#11)
8f4ad5
8f4ad5
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-3
8f4ad5
- Perl 5.26 rebuild
8f4ad5
8f4ad5
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8f4ad5
8f4ad5
* Thu Jan  5 2017 Paul Howarth <paul@city-fan.org> - 1.42-1
8f4ad5
- Update to 1.42
8f4ad5
  - Generated exception classes are now added to %%INC; if you subclass a
8f4ad5
    generated class with "use base" then base.pm will no longer attempt to load
8f4ad5
    the requested class (GH#8)
8f4ad5
8f4ad5
* Fri Dec  9 2016 Paul Howarth <paul@city-fan.org> - 1.41-1
8f4ad5
- Update to 1.41
8f4ad5
  - Switch to GitHub Issues
8f4ad5
- Author/Release tests moved to xt/, so don't bother trying to run them
8f4ad5
8f4ad5
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-3
8f4ad5
- Perl 5.24 rebuild
8f4ad5
8f4ad5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8f4ad5
8f4ad5
* Sat Jan 30 2016 Paul Howarth <paul@city-fan.org> - 1.40-1
8f4ad5
- Update to 1.40
8f4ad5
  - Fixed broken metadata (GH#3)
8f4ad5
- Add patch to support building without Test::Code::TidyAll
8f4ad5
8f4ad5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39-3
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f4ad5
8f4ad5
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-2
8f4ad5
- Perl 5.22 rebuild
8f4ad5
8f4ad5
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 1.39-1
8f4ad5
- Update to 1.39
8f4ad5
  - Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to
8f4ad5
    match changes in Devel::StackTrace 2.00; the old method is deprecated but
8f4ad5
    will continue to work
8f4ad5
- Classify buildreqs by usage
8f4ad5
- Modernize spec
8f4ad5
- Run the author/release tests too
8f4ad5
8f4ad5
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-3
8f4ad5
- Perl 5.20 rebuild
8f4ad5
8f4ad5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8f4ad5
8f4ad5
* Mon May  5 2014 Paul Howarth <paul@city-fan.org> - 1.38-1
8f4ad5
- Update to 1.38
8f4ad5
  - An exception without a message will now default to either the associated
8f4ad5
    exception class description or the string "[Generic exception]" (PR #2)
8f4ad5
  - Added field_hash() and context_hash() methods (PR #1)
8f4ad5
8f4ad5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-4
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8f4ad5
8f4ad5
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.37-3
8f4ad5
- Perl 5.18 rebuild
8f4ad5
8f4ad5
* Wed Jun 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.37-2
8f4ad5
- License is GPL+ or Artistic now
8f4ad5
- Specify all dependencies
8f4ad5
8f4ad5
* Sun Feb 24 2013 Paul Howarth <paul@city-fan.org> - 1.37-1
8f4ad5
- Update to 1.37
8f4ad5
  - I now recommend you use Throwable instead of this module; it has a nicer,
8f4ad5
    more modern interface
8f4ad5
  - Fixed warning from basic.t on 5.17.x (CPAN RT#79121)
8f4ad5
  - 1.33 did not declare any prereqs (CPAN RT#79677)
8f4ad5
  - Require Class::Data::Inheritable ≥ 0.02
8f4ad5
  - Fixed some stupidity in the tests that appears to have been highlighted by
8f4ad5
    recent changes to Devel::StackTrace (CPAN RT#81245)
8f4ad5
  - Fixed various bugs and confusion in the docs
8f4ad5
- Don't need to remove empty directories from the buildroot
8f4ad5
- Don't use macros for commands
8f4ad5
- Make the %%files list more explicit
8f4ad5
- Use DESTDIR rather than PERL_INSTALL_ROOT
8f4ad5
- Drop release testing (now more extensive and would fail anyway)
8f4ad5
- Drop support for distributions older than EL-6 (test suite would need
8f4ad5
  patching for EL-5 anyway)
8f4ad5
8f4ad5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-8
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8f4ad5
8f4ad5
* Thu Nov 15 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.32-7
8f4ad5
- Update dependencies
8f4ad5
8f4ad5
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-6
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8f4ad5
8f4ad5
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.32-5
8f4ad5
- Perl 5.16 rebuild
8f4ad5
8f4ad5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-4
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f4ad5
8f4ad5
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.32-3
8f4ad5
- Perl mass rebuild
8f4ad5
8f4ad5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8f4ad5
8f4ad5
* Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.32-1
8f4ad5
- Update to 1.32.
8f4ad5
- License is now Artistic 2.0.
8f4ad5
- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.  (Dave
8f4ad5
  Rolsky needs to make up his mind.)
8f4ad5
- Add README to docs.
8f4ad5
8f4ad5
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-5
8f4ad5
- Rebuild to fix problems with vendorarch/lib (#661697)
8f4ad5
8f4ad5
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-4
8f4ad5
- Mass rebuild with perl-5.12.0
8f4ad5
8f4ad5
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-3
8f4ad5
- Mass rebuild with perl-5.12.0
8f4ad5
8f4ad5
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.29-2
8f4ad5
- rebuild against perl 5.10.1
8f4ad5
8f4ad5
* Thu Jul 30 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.29-1
8f4ad5
- Upstream update (Required by other packages, fix mass rebuild breakdowns).
8f4ad5
8f4ad5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8f4ad5
8f4ad5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-2
8f4ad5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f4ad5
8f4ad5
* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 1.26-1
8f4ad5
- Update to 1.26.
8f4ad5
- Bump Devel::StackTrace dependency to 1.20.
8f4ad5
8f4ad5
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 1.24-1
8f4ad5
- Update to 1.24.
8f4ad5
- Bump Devel::StackTrace dependency to 1.17.
8f4ad5
- Clean up to match current cpanspec output.
8f4ad5
- Improve Summary and description.
8f4ad5
- Build with Module::Build.
8f4ad5
- BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.
8f4ad5
8f4ad5
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-6
8f4ad5
- Rebuild for perl 5.10 (again)
8f4ad5
8f4ad5
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.23-5
8f4ad5
- rebuild against new perl
8f4ad5
8f4ad5
* Sat Dec 29 2007 Ralf Corsépius 1.23-4
8f4ad5
- BR: perl(Test::More) (BZ 419631).
8f4ad5
- Adjust License-tag.
8f4ad5
8f4ad5
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.23-3
8f4ad5
- Use fixperms macro instead of our own chmod incantation.
8f4ad5
- BR ExtUtils::MakeMaker.
8f4ad5
8f4ad5
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.23-2
8f4ad5
- Canonicalize Source0 URL.
8f4ad5
- Fix find option order.
8f4ad5
- Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.
8f4ad5
8f4ad5
* Fri Feb 03 2006 Steven Pritchard <steve@kspei.com> 1.23-1
8f4ad5
- Update to 1.23
8f4ad5
8f4ad5
* Tue Jan 10 2006 Steven Pritchard <steve@kspei.com> 1.22-1
8f4ad5
- Update to 1.22
8f4ad5
8f4ad5
* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 1.21-3
8f4ad5
- Remove explicit core module dependencies
8f4ad5
- Add COPYING and Artistic
8f4ad5
8f4ad5
* Wed Aug 17 2005 Steven Pritchard <steve@kspei.com> 1.21-2
8f4ad5
- Minor spec cleanup
8f4ad5
8f4ad5
* Tue Aug 16 2005 Steven Pritchard <steve@kspei.com> 1.21-1
8f4ad5
- Specfile autogenerated.