- New upstream release 0.27
- "finally" blocks are now run for all methods of leaving the try block
(including via exit, goto) (CPAN RT#112099)
- Switch from finalizers using an array to a hash, to resolve segfaults when
creating a pseudofork on MSWin before perl 5.20
(karenetheridge/Sub-Name/#3)
- Repository moved to the github p5sagit organization (the primary is on
shadowcat, mirrored to github)
- Simplify find command using -delete
- New upstream release 0.24
- Fix syntax of example code (PR#22)
- 'perl' removed from prerequisite recommendations, to avoid tripping up CPAN
clients
- Sub::Util is used preferentially to Sub::Name in most cases (PR#27)
- This release by ETHER → update source URL
- Modernize spec
- Don't run the extra tests
- 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