2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-04-24 01:22:55 by David Sainty | Files touched by this commit (1) |
Log message:
Escape the $ in COMMENT to avoid unintended expansion.
|
2014-02-16 23:36:49 by Jens Rehsack | Files touched by this commit (1) | |
Log message:
add recommended test depends, update comment
|
2014-02-16 17:12:15 by Wen Heping | Files touched by this commit (2) | |
Log message:
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)
|
2013-08-22 04:56:11 by Wen Heping | Files touched by this commit (2) |
Log message:
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-06-29 11:21:13 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
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-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-11-16 09:03:48 by Jens Rehsack | Files touched by this commit (2) |
Log message:
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
|