Commit Graph

14 Commits

Author SHA1 Message Date
Paul Howarth
67f73ae87f Update to 0.19
- New upstream release 0.19
  - Fix an obscure issue with loading modules during global destruction
    (https://github.com/doy/try-tiny/pull/11)
  - Documentation updates ((https://github.com/doy/try-tiny/pull/12)
- Add patch to support building with Test::More < 0.88 again
2014-01-23 14:02:09 +00:00
Paul Howarth
c2bcd7dd74 Update to 0.18
- 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
2013-08-17 22:10:58 +01:00
Paul Howarth
2f0c3b16e1 Update to 0.17
- 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
2013-08-17 18:50:47 +01:00
Paul Howarth
944524d531 Update to 0.16
- New upstream release 0.16
  - Remove accidental Sub::Name test dependency
2013-07-10 20:39:14 +01:00
Paul Howarth
1236c26ed0 Update to 0.15
- 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
2013-07-09 12:07:54 +01:00
Paul Howarth
03c1603206 Update to 0.14
- New upstream release 0.14
  - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)
2013-07-06 16:31:35 +01:00
Paul Howarth
70c0e17dbd Update to 0.13
- 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
2013-07-05 10:29:24 +01:00
Paul Howarth
5cc9e37fcf Update to 0.12 (documentation fixes) 2013-01-02 21:15:22 +00:00
Iain Arnell
64f7b536a6 update to 0.11 2011-10-02 14:02:29 +02:00
Iain Arnell
0d9574b7e9 update to 0.09 2011-03-18 11:30:24 +01:00
Paul Howarth
505f548b33 Update to 0.07
- 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
2010-11-01 23:55:45 +00:00
Chris Weyl
c1bbc6c575 - update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (0.04)
2010-03-02 17:33:37 +00:00
Chris Weyl
413b007a41 initial import 2009-09-18 00:34:44 +00:00
Kevin Fenzi
9217263360 Setup of module perl-Try-Tiny 2009-09-17 19:14:47 +00:00