2014-02-05 04:25:59 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 0.200009
Add a missing DEPENDS
(Spotted by ef@math.uni-bonn.de, Thank you!)
Upstream changes:
0.200009 2013-10-21 22:05:53 America/New_York
- avoid boolifying objects that might be held in the out of band
storage
- update bugtracker and repo metadata
- more changes coming soon
|
2013-10-09 16:47:01 by Wen Heping | Files touched by this commit (1) |
Log message:
Fix DEPENDS and bump PKGREVISION
Spotted by ef@math.uni-bonn.de(Thank you!)
|
2013-09-08 15:31:54 by Wen Heping | Files touched by this commit (2) | |
Log message:
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-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
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.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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-01 20:57:27 by Jens Rehsack | Files touched by this commit (2) |
Log message:
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-03-11 11:45:11 by Jens Rehsack | Files touched by this commit (3) | |
Log message:
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.
|