diff options
author | wen <wen@pkgsrc.org> | 2015-10-01 02:31:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-10-01 02:31:40 +0000 |
commit | 4ec4518aa1078b639a593add73eec2f0fd818edc (patch) | |
tree | 966d0c08222e39d4cda80559bf3f1fcecac13fa3 /www/p5-Dancer2 | |
parent | e2d4ab73ea40e72ed00a6d83d6884abc6b9e297c (diff) | |
download | pkgsrc-4ec4518aa1078b639a593add73eec2f0fd818edc.tar.gz |
Update to 0.162000
Upstream changes:
0.162000 2015-09-06 13:08:05+02:00 Europe/Amsterdam
[ BUG FIXES ]
* Not exactly bug fix, but now captures() always returns hashref.
(Sawyer X)
[ ENHANCEMENTS ]
* Small speed bump: use eval{} instead of Try::Tiny. (Sawyer X)
[ DOCUMENTATION ]
* Replace File::Slurp with File::Slurper in tutorial.
(Nick Tonkin)
0.161000_01 2015-08-28 15:29:00+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #947, #948: Escape file paths in regex patterns. (A. Sinan Unur)
* GH #944: Setting response content in before hook when a serializer
is set no longer triggers an error.
(Russell Jenkins, Dmitrii Tcyganov)
* GH #965: Remove non-existant role from Response::Delayed.
(Vernon, Russell Jenkins)
* GH #971: Route options matching no longer uses each iterator.
(Tina M羹ller)
* GH #959: Custom error template rendering fixed. (Russell Jenkins)
* GH #961: Render custom error templates in before hooks. (Russell Jenkins)
* GH #978: Tests - fix response regex after html_encode (Vernon)
* GH #972: Exceptions thrown by serializers no longer masked.
(Russell Jenkins)
[ DOCUMENTATION ]
* GH #967: Fix upload example. (Alberto Sim繭es)
* GH #881: Add cookie timeout example. (Andy Beverley)
* GH #963: Document all available template tokens. (Sawyer X)
[ ENHANCEMENTS ]
* Optimize the s*#t out of basic routing. Faster than Dancer 1 now.
(Sawyer X)
* Only load HTTP::Server::PSGI when asked to start a development
server not under Plack. (Sawyer X, Mickey Nasriachi)
* GH #949: Produce cleaner, non-verbose test output (Vernon)
* GH #950: Decode characters in param keys (Patrick Zimmermann)
* GH #914: Include stack trace on default error page when
show_errors is true. (Vernon)
* GH #980, #981: halt keyword sets response content if provided,
as Dancer 1 does. (Achilles Kars)
* GH #909, #957, #983: HTML5 templates in generated apps and
default error template (Gabor Szabo, Kadir, Vernon)
* GH #972, #719, #969, #644, #647: Streamline serializer helpers.
to_json/from_json now faster. (Russell Jenkins)
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index c03724de5dd..a1e3acb4018 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2015/08/06 02:24:09 wen Exp $ +# $NetBSD: Makefile,v 1.28 2015/10/01 02:31:40 wen Exp $ -DISTNAME= Dancer2-0.161000 +DISTNAME= Dancer2-0.162000 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 838551b00f4..c225fa2a726 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2015/08/06 02:24:09 wen Exp $ +$NetBSD: distinfo,v 1.24 2015/10/01 02:31:40 wen Exp $ -SHA1 (Dancer2-0.161000.tar.gz) = b8483dc4d3d36b8a67800afa086d2fa27a1af106 -RMD160 (Dancer2-0.161000.tar.gz) = 710fa159b5a494ae11de6f93c57f78d4f109f9ee -Size (Dancer2-0.161000.tar.gz) = 314343 bytes +SHA1 (Dancer2-0.162000.tar.gz) = 71a49bd22a294caa406c2c4c7aedd645472af0bf +RMD160 (Dancer2-0.162000.tar.gz) = 8b3fa8dd0e193b092fb6de65ff2d18775642562b +Size (Dancer2-0.162000.tar.gz) = 314809 bytes |