337d76
%if ! (0%{?rhel})
337d76
%{bcond_without perl_Try_Tiny_enables_optional_test}
337d76
%else
337d76
%{bcond_with perl_Try_Tiny_enables_optional_test}
337d76
%endif
337d76
337d76
Name:		perl-Try-Tiny
337d76
Summary:	Minimal try/catch with proper localization of $@
337d76
Version:	0.30
337d76
Release:	7%{?dist}
337d76
License:	MIT
337d76
URL:		https://metacpan.org/release/Try-Tiny
337d76
Source0:	https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-%{version}.tar.gz
337d76
BuildArch:	noarch
337d76
# Module Build
337d76
BuildRequires:	coreutils
337d76
BuildRequires:	findutils
337d76
BuildRequires:	make
337d76
BuildRequires:	perl-generators
337d76
BuildRequires:	perl-interpreter
337d76
BuildRequires:	perl(ExtUtils::MakeMaker)
337d76
# Module
337d76
BuildRequires:	perl(Carp)
337d76
BuildRequires:	perl(constant)
337d76
BuildRequires:	perl(Exporter) >= 5.57
337d76
BuildRequires:	perl(strict)
337d76
BuildRequires:	perl(Sub::Util)
337d76
BuildRequires:	perl(warnings)
337d76
# Test Suite
337d76
BuildRequires:	perl(File::Spec)
337d76
BuildRequires:	perl(Test::More) >= 0.96
337d76
# Optional Tests
337d76
%if %{with perl_Try_Tiny_enables_optional_test}
337d76
BuildRequires:	perl(Capture::Tiny) >= 0.12
337d76
BuildRequires:	perl(CPAN::Meta) >= 2.120900
337d76
BuildRequires:	perl(CPAN::Meta::Check) >= 0.011
337d76
BuildRequires:	perl(CPAN::Meta::Requirements)
337d76
%endif
337d76
# Runtime
337d76
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
337d76
Requires:	perl(Sub::Util)
337d76
337d76
# Do not provide private modules from tests packaged as a documentation
337d76
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_docdir}/
337d76
337d76
%description
337d76
This module provides bare bones try/catch statements that are designed to
337d76
minimize common mistakes with eval blocks, and NOTHING else.
337d76
337d76
This is unlike TryCatch, which provides a nice syntax and avoids adding
337d76
another call stack layer, and supports calling return from the try block to
337d76
return from the parent subroutine. These extra features come at a cost of a
337d76
few dependencies, namely Devel::Declare and Scope::Upper that are occasionally
337d76
problematic, and the additional catch filtering uses Moose type constraints,
337d76
which may not be desirable either.
337d76
337d76
%prep
337d76
%setup -q -n Try-Tiny-%{version}
337d76
337d76
%build
337d76
perl Makefile.PL INSTALLDIRS=vendor
337d76
make %{?_smp_mflags}
337d76
337d76
%install
337d76
make pure_install DESTDIR=%{buildroot}
337d76
find %{buildroot} -type f -name .packlist -delete
337d76
%{_fixperms} -c %{buildroot}
337d76
337d76
%check
337d76
make test
337d76
337d76
%files
337d76
%license LICENCE
337d76
%doc Changes CONTRIBUTING README t/
337d76
%{perl_vendorlib}/Try/
337d76
%{_mandir}/man3/Try::Tiny.3*
337d76
337d76
%changelog
337d76
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-7
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
337d76
337d76
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-6
337d76
- Perl 5.30 rebuild
337d76
337d76
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-5
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
337d76
337d76
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-4
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
337d76
337d76
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-3
337d76
- Perl 5.28 rebuild
337d76
337d76
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
337d76
337d76
* Thu Dec 21 2017 Paul Howarth <paul@city-fan.org> - 0.30-1
337d76
- Update to 0.30
337d76
  - Expand "when" test skippage to more perl versions
337d76
337d76
* Tue Dec 19 2017 Paul Howarth <paul@city-fan.org> - 0.29-1
337d76
- Update to 0.29
337d76
  - Skip tests of "when" and "given/when" usage for perl 5.27.7 *only*
337d76
    (see CPAN RT#123908)
337d76
337d76
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-4
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
337d76
337d76
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-3
337d76
- Perl 5.26 rebuild
337d76
337d76
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
337d76
337d76
* Mon Jan  9 2017 Paul Howarth <paul@city-fan.org> - 0.28-1
337d76
- Update to 0.28
337d76
  - Enabled some tests of finally blocks that were disabled on 5.6, now that
337d76
    that functionality works (since 0.13) (GH#4)
337d76
337d76
* Tue Aug 16 2016 Paul Howarth <paul@city-fan.org> - 0.27-1
337d76
- Update to 0.27
337d76
  - "finally" blocks are now run for all methods of leaving the try block
337d76
     (including via exit, goto) (CPAN RT#112099)
337d76
  - Switch from finalizers using an array to a hash, to resolve segfaults when
337d76
    creating a pseudofork on MSWin before perl 5.20
337d76
    (karenetheridge/Sub-Name/#3)
337d76
  - Repository moved to the github p5sagit organization (the primary is on
337d76
    shadowcat, mirrored to github)
337d76
- BR: perl-generators
337d76
- Simplify find command using -delete
337d76
337d76
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-3
337d76
- Perl 5.24 rebuild
337d76
337d76
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
337d76
337d76
* Fri Dec 11 2015 Paul Howarth <paul@city-fan.org> - 0.24-1
337d76
- Update to 0.24
337d76
  - Fix syntax of example code (PR#22)
337d76
  - 'perl' removed from prerequisite recommendations, to avoid tripping up CPAN
337d76
    clients
337d76
  - Sub::Util is used preferentially to Sub::Name in most cases (PR#27)
337d76
- This release by ETHER → update source URL
337d76
- Modernize spec
337d76
- Don't run the extra tests
337d76
337d76
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-6
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
337d76
337d76
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.22-5
337d76
- Perl 5.22 rebuild
337d76
337d76
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 0.22-4
337d76
- Correct dependencies
337d76
337d76
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.22-3
337d76
- Perl 5.20 rebuild
337d76
337d76
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
337d76
337d76
* Tue Apr 29 2014 Paul Howarth <paul@city-fan.org> - 0.22-1
337d76
- Update to 0.22
337d76
  - Add optional test deps as recommended prereqs
337d76
    (https://github.com/doy/try-tiny/pull/18)
337d76
- Update patch for building with Test::More < 0.88
337d76
337d76
* Tue Apr 15 2014 Paul Howarth <paul@city-fan.org> - 0.21-1
337d76
- Update to 0.21
337d76
  - Also skip the test if Capture::Tiny is too old
337d76
    (https://github.com/doy/try-tiny/issues/17)
337d76
337d76
* Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 0.20-1
337d76
- Update to 0.20
337d76
  - Documentation updates
337d76
- Update patch for building with Test::More < 0.88
337d76
337d76
* Thu Jan 23 2014 Paul Howarth <paul@city-fan.org> - 0.19-1
337d76
- Update to 0.19
337d76
  - Fix an obscure issue with loading modules during global destruction
337d76
    (https://github.com/doy/try-tiny/pull/11)
337d76
  - Documentation updates (https://github.com/doy/try-tiny/pull/12)
337d76
- Add patch to support building with Test::More < 0.88 again
337d76
337d76
* Sat Aug 17 2013 Paul Howarth <paul@city-fan.org> - 0.18-1
337d76
- Update to 0.18
337d76
  - Fix tests for pre-Test-More-0.88 (https://github.com/doy/try-tiny/pull/10)
337d76
- Drop upstreamed patch for building with Test::More < 0.88
337d76
337d76
* Sat Aug 17 2013 Paul Howarth <paul@city-fan.org> - 0.17-1
337d76
- Update to 0.17
337d76
  - Work around Perl RT#119311, which was causing incorrect error messages in
337d76
    some cases during global destruction
337d76
    (https://github.com/doy/try-tiny/pull/9)
337d76
- Add patch to support building with Test::More < 0.88
337d76
337d76
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
337d76
337d76
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.16-2
337d76
- Perl 5.18 rebuild
337d76
337d76
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.16-1
337d76
- Update to 0.16
337d76
  - Remove accidental Sub::Name test dependency
337d76
337d76
* Tue Jul  9 2013 Paul Howarth <paul@city-fan.org> - 0.15-1
337d76
- Update to 0.15
337d76
  - Optionally use Sub::Name to name the try/catch/finally blocks, if available
337d76
- BR:/R: perl(Sub::Name)
337d76
- Drop obsoletes/provides for old -tests subpackage
337d76
337d76
* Sat Jul  6 2013 Paul Howarth <paul@city-fan.org> - 0.14-1
337d76
- Update to 0.14
337d76
  - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)
337d76
337d76
* Fri Jul  5 2013 Paul Howarth <paul@city-fan.org> - 0.13-1
337d76
- Update to 0.13
337d76
  - Fix tests failing on 5.6.x due to differing DESTROY semantics
337d76
  - Excise superfluous local($@) call - 7%% speedup
337d76
  - Fix broken URLs (CPAN RT#55659)
337d76
  - Proper exception on erroneous usage of bare catch/finally (CPAN RT#81070)
337d76
  - Proper exception on erroneous use of multiple catch{} blocks
337d76
  - Clarify exception occuring on unterminated try block (CPAN RT#75712)
337d76
  - Fix the prototypes shown in docs to match code (CPAN RT#79590)
337d76
  - Warn loudly on exceptions in finally() blocks
337d76
  - dzilify
337d76
- Ship upstream LICENSE and README files
337d76
- Classify buildreqs by usage
337d76
- Add buildreqs for extra tests and explicitly run them
337d76
337d76
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
337d76
337d76
* Wed Jan  2 2013 Paul Howarth <paul@city-fan.org> - 0.12-1
337d76
- Update to 0.12
337d76
  - Documentation fixes
337d76
337d76
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.11-7
337d76
- Add BR/R perl(Exporter)
337d76
337d76
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-6
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
337d76
337d76
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.11-5
337d76
- Perl 5.16 rebuild
337d76
337d76
* Mon Mar 26 2012 Paul Howarth <paul@city-fan.org> - 0.11-4
337d76
- BR: perl(Carp)
337d76
- Don't need to remove empty directories from buildroot
337d76
- Don't use macros for commands
337d76
- Drop redundant %%{?perl_default_filter}
337d76
- Enhance %%description
337d76
- Reinstate EPEL-5 compatibility:
337d76
  - Define buildroot
337d76
  - Clean buildroot in %%install and %%clean
337d76
- Use tabs
337d76
337d76
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> - 0.11-3
337d76
- Drop tests subpackage; move tests to main package documentation
337d76
337d76
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
337d76
337d76
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> - 0.11-1
337d76
- Update to latest upstream version
337d76
337d76
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.09-2
337d76
- Perl mass rebuild
337d76
337d76
* Fri Mar 18 2011 Iain Arnell <iarnell@gmail.com> - 0.09-1
337d76
- Update to latest upstream version
337d76
- Clean up spec for modern rpmbuild
337d76
337d76
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-2
337d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
337d76
337d76
* Mon Nov  1 2010 Paul Howarth <paul@city-fan.org> - 0.07-1
337d76
- Update to 0.07
337d76
  - Allow multiple finally blocks
337d76
  - Pass the error, if any, to finally blocks when called
337d76
  - Documentation fixes and clarifications
337d76
- This release by RJBS -> update source URL
337d76
337d76
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-2
337d76
- Mass rebuild with perl-5.12.0
337d76
337d76
* Tue Mar 02 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-1
337d76
- Update by Fedora::App::MaintainerTools 0.004
337d76
- PERL_INSTALL_ROOT => DESTDIR
337d76
- Updating to latest GA CPAN version (0.04)
337d76
337d76
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.02-2
337d76
- Rebuild against perl 5.10.1
337d76
337d76
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-1
337d76
- Submission
337d76
337d76
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-0
337d76
- Initial RPM packaging
337d76
- Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)