Commit graph

9 commits

Author SHA1 Message Date
wen
c824c89d82 Fix DEPENDS and bump PKGREVISION
Spotted by ef@math.uni-bonn.de(Thank you!)
2013-10-09 14:47:01 +00:00
wen
96a66a28b1 Update to 0.200008
Update DEPENDS

Upstream changes:
0.200008  2013-04-30 12:50:19 America/New_York
          avoid a Moose-using test in the suite of tests run by users (thanks,
          Dave Rolsky)

0.200007  2013-04-09 19:20:02 America/New_York
          allow previous_exception to be passed to the constructor

0.200006  2013-04-09 14:58:07 America/New_York
          lose old $@ in previous_exception less often under 5.17.10 (thanks,
          David Wheeler)

0.200005  2013-04-05 15:04:52 America/New_York
          Plugged memory leak (thaljef)

0.200004  2013-02-21 16:50:05 America/New_York
          update Throwable::Error to use around modifier instead of calling
          SUPER:: (thanks, Justin Hunter)

0.200003  2012-10-18 08:52:20 America/New_York
          no code changes; just no longer trial

0.200002  2012-10-09 08:56:21 America/New_York
          require Moo 1.000001

0.200001  2012-09-22 18:10:29 America/New_York
          update a prerequisite (thanks, FREW)

0.200000  2012-09-20 14:12:34 America/New_York
          port to Moo (FREW, MSTROUT, ILMARI)
2013-09-08 13:31:54 +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
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
sno
9374bd6e79 Update devel/p5-Throwable from 0.100090 to 0.102080
Upstream changes:
0.102080  2010-07-27 12:09:21 America/New_York
          refactor stack trace autocreation to StackTrace::Auto role
          make Throwable::Error immutable

0.101110  2010-04-21 20:59:59 America/New_York
          avoid doing: length undef (thanks, Yuval Kogman)
2010-08-01 18:57:26 +00:00
sno
e31b2fb1f5 Importing package for perl5 module Throwable as dependency for scheduled
update of mail/p5-Email-Sender

Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things:
saves any previous value for $@ and calls die $self.

Throwable::Error is a base class for exceptions that will be thrown to
signal errors and abort normal program flow. Throwable::Error is an
alternative to Exception::Class, the features of which are largely provided
by the Moose object system atop which Throwable::Error is built.

Throwable::Error performs the Throwable role.
2010-03-11 10:45:11 +00:00