Commit Graph

23 Commits

Author SHA1 Message Date
Paul Howarth
85ac3d569f Update to 0.31
- New upstream release 0.31
  - Plug Syntax::Keyword::Try and Feature::Compat::Try in the docs
2021-11-24 10:27:58 +00:00
Paul Howarth
cfa7385741 Update to 0.30
- New upstream release 0.30
  - Expand "when" test skippage to more perl versions
2017-12-21 15:16:54 +00:00
Paul Howarth
d3b932fe21 Update to 0.29
- New upstream release 0.29
  - Skip tests of "when" and "given/when" usage for perl 5.27.7 *only*
    (see CPAN RT#123908)
2017-12-19 11:29:37 +00:00
Paul Howarth
48211ea8aa Update to 0.28
- New upstream release 0.28
  - Enabled some tests of finally blocks that were disabled on 5.6, now that
    that functionality works (since 0.13) (GH#4)
2017-01-09 11:19:37 +00:00
Paul Howarth
1939af56d7 Update to 0.27
- 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
2016-08-16 12:03:23 +01:00
Paul Howarth
783577246e Update to 0.24
- 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
2015-12-11 10:30:48 +00:00
Paul Howarth
aacd888ded Update to 0.22
- 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
2014-04-29 23:31:26 +01:00
Paul Howarth
306ac7adc7 Update to 0.21
- New upstream release 0.21
  - Also skip the test if Capture::Tiny is too old
    (https://github.com/doy/try-tiny/issues/17)
2014-04-15 15:39:28 +01:00
Paul Howarth
d334f6ef9f Update to 0.20
- New upstream release 0.20
  - Documentation updates
- Update patch for building with Test::More < 0.88
2014-03-22 21:51:10 +00:00
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