Update to 0.156000

Upstream changes:
0.156000  2014-12-07 18:04:14+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Do not try to deserialize empty content.
      (Lennart Hengstmengel, Sawyer X)
    * Do not call serialization hooks when no serialization took place.
      (Sawyer X)
    * Be more cautious on undef output from serializer.
      (Daniel B.hmer, Sawyer X)

    [ ENHANCEMENTS ]
    * Add cpanfile when scaffolding a new app.
      (D.vid Kov.cs, Sawyer X)
    * Response "content" attribute no longer stringifies. This should help
      reduce warnings, odd debugging problems, etc. (Sawyer X)
    * DSL "uri_for" no longer returns URI object. Instead just the URI.
      (Sawyer X)

    [ DOCUMENTATION ]
    * GH #777: Fix doc for mentioning public dir.
      (D.vid Kov.cs, Sawyer X)
    * GH #787: Document all environment variables. (Sawyer X)

0.155004  2014-12-04 11:51:23+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Guard against content length being empty strings. This is really
      bizarre case but saw it once. (Sawyer X)
This commit is contained in:
wen 2014-12-08 08:08:19 +00:00
parent 0b979d2aa3
commit 5c9297c5a9
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2014/12/03 06:27:20 wen Exp $
# $NetBSD: Makefile,v 1.17 2014/12/08 08:08:19 wen Exp $
DISTNAME= Dancer2-0.155002
DISTNAME= Dancer2-0.156000
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2014/12/03 06:27:20 wen Exp $
$NetBSD: distinfo,v 1.15 2014/12/08 08:08:19 wen Exp $
SHA1 (Dancer2-0.155002.tar.gz) = 1089674a01125faa3252842db29969afe9284907
RMD160 (Dancer2-0.155002.tar.gz) = d6cf9d307304bad0e557edbbd91dc535f5592530
Size (Dancer2-0.155002.tar.gz) = 287027 bytes
SHA1 (Dancer2-0.156000.tar.gz) = b8d6826d4aa1b6ffa86f50f15c39fb821f626dcd
RMD160 (Dancer2-0.156000.tar.gz) = 854fe2e251490cd5bd88a4927da36e4168951949
Size (Dancer2-0.156000.tar.gz) = 290688 bytes