- New upstream release 0.22
- Add optional test deps as recommended prereqs
(https://github.com/doy/try-tiny/pull/18)
- Update patch for building with Test::More < 0.88
- New upstream release 0.18
- Fix tests for pre-Test-More-0.88 (https://github.com/doy/try-tiny/pull/10)
- Drop upstreamed patch for building with Test::More < 0.88
- New upstream release 0.17
- Work around Perl RT#119311, which was causing incorrect error messages in
some cases during global destruction
(https://github.com/doy/try-tiny/pull/9)
- Add patch to support building with Test::More < 0.88
- New upstream release 0.15
- Optionally use Sub::Name to name the try/catch/finally blocks, if available
- BR:/R: perl(Sub::Name)
- Drop obsoletes/provides for old -tests subpackage
- New upstream release 0.13
- Fix tests failing on 5.6.x due to differing DESTROY semantics
- Excise superfluous local($@) call - 7% speedup
- Fix broken URLs (CPAN RT#55659)
- Proper exception on erroneous usage of bare catch/finally (CPAN RT#81070)
- Proper exception on erroneous use of multiple catch{} blocks
- Clarify exception occuring on unterminated try block (CPAN RT#75712)
- Fix the prototypes shown in docs to match code (CPAN RT#79590)
- Warn loudly on exceptions in finally() blocks
- dzilify
- Ship upstream LICENSE and README files
- Classify buildreqs by usage
- Add buildreqs for extra tests and explicitly run them
- BR: perl(Carp)
- Don't need to remove empty directories from buildroot
- Don't use macros for commands
- Drop redundant %{?perl_default_filter}
- Enhance %description
- Reinstate EPEL-5 compatibility:
- Define buildroot
- Clean buildroot in %install and %clean
- Use tabs
- New upstream release 0.07:
- Allow multiple finally blocks
- Pass the error, if any, to finally blocks when called
- Documentation fixes and clarifications
- This release by RJBS -> update source URL