diff options
author | wen <wen> | 2013-07-13 12:07:09 +0000 |
---|---|---|
committer | wen <wen> | 2013-07-13 12:07:09 +0000 |
commit | 2c5c0711aafecb019e3f15bb2b40a686af83d65c (patch) | |
tree | cb2fc27414dbfefa1a0131be73408d21eec24cd2 /www | |
parent | 606abb1e192fd1650aa0a395ea0221eb5128f7a8 (diff) | |
download | pkgsrc-2c5c0711aafecb019e3f15bb2b40a686af83d65c.tar.gz |
Update to 1.0028
Upstream changes:
1.0028 2013-06-15 01:42:52 PDT
[IMPROVEMENTS]
- Skip cgi related tests for Win32 (chorny) #413
- Skip tests that could potentially write empty bytes, which could cause
issues on some servers on local sockets with HTTP::Tiny
- Skip tests that require HTTP::Cookies, if not available #414
1.0027 2013-06-13 21:30:12 PDT
[IMPROVEMENTS]
- Not a dev release, including XS free version of Plack::Test*
- Fix cgibin tests that often fail on Win32 #375
1.0026 2013-06-12 23:00:21 PDT
[INCOMPATIBLE CHANGES]
- use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it.
1.0025 2013-06-12 13:08:58 PDT
[INCOMPATIBLE CHANGES]
- No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for
testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite
(for PSGI handlers) without LWP installed, the tests will automatically be skipped.
This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency
in Plack. #408
[IMPROVEMENTS]
- Fixed the warning in OO usage of Plack::Builder (doy) #407
- Shotgun loader now dies if used in Win32 since it leaks memory #320, #400
- Suppress warnings for Test::TCP (kazeburo) #406
- $res->to_app shortcut (ether) #409
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index ffc2435078f..c471720b421 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2013/05/31 12:42:48 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/07/13 12:07:09 wen Exp $ -DISTNAME= Plack-1.0024 +DISTNAME= Plack-1.0028 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index 9e6a2405a0b..a46ce9b61b6 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/05/02 01:32:40 wen Exp $ +$NetBSD: distinfo,v 1.21 2013/07/13 12:07:09 wen Exp $ -SHA1 (Plack-1.0024.tar.gz) = 897f919ae1425ffce6929bcd017788a6a5a6a27a -RMD160 (Plack-1.0024.tar.gz) = 5d3acbfb92147a3da6c8ffa60a3db7ffe23aa25f -Size (Plack-1.0024.tar.gz) = 233763 bytes +SHA1 (Plack-1.0028.tar.gz) = fce0324f569ec010e8557cbd61c7a4d9f551cb05 +RMD160 (Plack-1.0028.tar.gz) = c56320bccedcd03e833170d0c573e4a264e4da86 +Size (Plack-1.0028.tar.gz) = 235735 bytes |