Update to 1.3117
Upstream changes: 1.3117 31.07.2013 [ ENHANCEMENTS ] * GH #836: Provide more information when an engine fails to load. (Yanick Champoux, reported by Daniel Perrett) [ BUG FIXES ] * GH #794: Upload data was not kept for forwarded requests. (reported by William Wolf) * GH #898: calling halt() doesn't discard set headers anymore. (Yanick Champoux, reported by Nicolas Franck) * GH #842: embedded 'prefix' now properly localized. (Yanick Champoux, reported by Jashank Jeremy) [ DOCUMENTATION ] * GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde) * GH #712: add all status codes known to Dancer to Dancer::HTTP. (Yanick Champoux, reported by Brian J Miller) * Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es) * GH #941: minor correction to code snippets in documentation. (Grzegorz Ro偶niecki) * GH #929: add warning on the use of Corona as underlying web server. (issue reported by berekuk) * GH #943: remove mention to 'Dancer::Plugin::Validation', clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
This commit is contained in:
parent
7b3f7a2589
commit
a23f9f2d03
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2013/07/21 07:32:21 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2013/08/13 16:07:57 wen Exp $
|
||||
|
||||
DISTNAME= Dancer-1.3116
|
||||
DISTNAME= Dancer-1.3117
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2013/07/21 07:32:21 wen Exp $
|
||||
$NetBSD: distinfo,v 1.13 2013/08/13 16:07:57 wen Exp $
|
||||
|
||||
SHA1 (Dancer-1.3116.tar.gz) = 45dee4f90327801a4bdf28cefc53cbe7acc9bdba
|
||||
RMD160 (Dancer-1.3116.tar.gz) = ebce5c3f42270b02a576b98b49ab3f45defe6daf
|
||||
Size (Dancer-1.3116.tar.gz) = 298507 bytes
|
||||
SHA1 (Dancer-1.3117.tar.gz) = 7e738d2735d6614be696d4a93ae84f0d06765010
|
||||
RMD160 (Dancer-1.3117.tar.gz) = 1b296f07a0b413b61a7af41ad4a14bd350c10c1a
|
||||
Size (Dancer-1.3117.tar.gz) = 299615 bytes
|
||||
|
|
Loading…
Reference in a new issue