Commit graph

4 commits

Author SHA1 Message Date
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