Commit graph

15 commits

Author SHA1 Message Date
dsainty
e2a9328b2f Escape the $ in COMMENT to avoid unintended expansion. 2014-04-23 23:22:55 +00:00
sno
a67b18c813 add recommended test depends, update comment 2014-02-16 22:36:49 +00:00
wen
7aed29ecf9 Update to 0.19
Upstream changes:
0.19  2014-01-22
  - fix an obscure issue with loading modules during global destruction
    (ilmari, #11)
  - documentation updates (anaxagoras, #12)
2014-02-16 16:12:15 +00:00
wen
7ecc14a167 Update to 0.18
Upstream changes:
0.18  2013-08-17
  - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)

0.17  2013-08-16
  - work around [rt.perl #119311] which was causing incorrect error messages in
    some cases during global destruction (Graham Knop, #9)

0.16  2013-07-10
  - remove accidental Sub::Name test dep

0.15  2013-07-08
  - optionally use Sub::Name to name the try/catch/finally blocks, if available
    (Mark Fowler)

0.14  2013-07-05
  - also throw an exception for catch/finally in scalar context (RT#81070)

0.13  2013-07-04
  - fix tests failing on 5.6.x due to differing DESTROY semantics
  - excise superfluous local($@) call - 7% speedup
  - fix (fsvo) broken URLs (RT#55659)
  - proper exception on erroneous usage of bare catch/finally (RT#81070)
  - proper exception on erroneous use of multiple catch{} blocks
  - clarify exception occuring on unterminated try block (RT#75712)
  - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
    Vadim)
  - warn loudly on exceptions in finally() blocks
  - dzilify
2013-08-22 02:56:11 +00:00
sno
57e00a08b6 Updating package for rocking Perl5 module Try::Tiny in CPAN-distribution
Try-Tiny-0.12 in devel/p5-Try-Tiny from 0.11nb2 to 0.12 because of
forced www/p5-Apache-LogFormat-Compiler update requires Try::Tiny 0.12.

Upstream changes:
0.12
  - doc fixes
2013-06-29 09:21:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
d4058272d7 Updating Perl module Try::Tiny in devel/p5-Try-Tiny from 0.09 to 0.11.
Upstream changes:
0.11
  - fix broken dist

0.10
  - clarify some docs
2011-11-16 08:03:48 +00:00
abs
3fca4a6993 Updated devel/p5-Try-Tiny to 0.09
0.09
  - don't index Try::Tiny::ScopeGuard

0.08
  - fix require vs use issue in blead (RT63410)

0.07
  - allow multiple finally blocks
  - pass the error, if any, to finally blocks when called
2011-08-16 11:54:30 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
7050de66ff Update p5-Try-Tiny from version 0.04 to version 0.06.
Upstream changes:
0.06
- in t/given_when.t use a plan instead of done_testing for more backwards
  compatibility

0.05
- Documentation fixes and clarifications
2010-06-12 10:49:26 +00:00
sno
16a26f3fdf Updating devel/p5-Try-Tiny from 0.02 to 0.04
pkgsrc changes:
- Adding license definition

Upstream changes:
0.04
	- Restore list context propagation for catch blocks
	- Fix a bug where finally blocks weren't always invoked

0.03
	- Support for 'finally' blocks (Andy Yates)
	- More documentation and tests (many people)
	- Sets $@ to the previous value at the beginning of the eval, to allow
	  the capture of an error stack when calling die.
2010-02-02 20:01:55 +00:00
seb
28d73335e6 Initial import of p5-Try-Tiny version 0.02 in the NetBSD Packages
Collection.

The Perl 5 module Try::Tiny provides bare bones try/catch statements
that are designed to minimize common mistakes with eval blocks, and
NOTHING else.
2009-09-15 23:51:34 +00:00