diff options
author | wen <wen@pkgsrc.org> | 2015-10-15 15:08:43 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-10-15 15:08:43 +0000 |
commit | 304218a8c38a7ad2f927e468283a1c38463a5da2 (patch) | |
tree | a20c622959afef71fddc936825837585edcffe52 | |
parent | 4ae6e01553f9924426f584c6899873679cb32d77 (diff) | |
download | pkgsrc-304218a8c38a7ad2f927e468283a1c38463a5da2.tar.gz |
Update to 0.163000
Upstream changes:
0.163000 2015-10-15 12:47:57+02:00 Europe/Amsterdam
[ DOCUMENTATION ]
* GH: #1030: Fix pod references pointing to Dancer package
(Mohammad S Anwar, Russell Jenkins)
0.162000_01 2015-10-13 17:05:09+02:00 Europe/Amsterdam (TRIAL RELEASE)
[ BUG FIXES ]
* GH #996: Fix warning with optional arguments. (Bas Bloemsaat)
* GH #1001: Do not trigger an internal error on 404. (Russell Jenkins)
* GH #1008,#976: Hack to quiet warning while plugins
architecture is being rewritten. (Russell Jenkins)
* Use Safe::Isa when calling their functions in the respected eval.
(Sawyer X)
[ ENHANCEMENTS ]
* GH #738, #740, #988: route_parameters, request_parameters, and
body_parameters keywords added, providing Hash::MultiValue objects!
(Sawyer X)
* #941, #999: delayed() keyword now has "on_error" option for controlling
errors.
(Sawyer X)
* dancer2 app now support -s switch to supply an app skeleton
(Nuno Carvalho)
* "perl_version" token in templates now uses $^V, not $]. (Sawyer X)
* GH #966: Remove Dist::Zilla::Plugin::AutoPrereqs. (Vernon)
* GH #992: Deprecate creating route named placeholders ":captures"
and ":splat". (Sawyer X)
* Bump Moo requirement to 2.000000. (Alberto Sim繭es)
* GH #1012: Add :nopragmas import flag. (Sawyer X)
[ DOCUMENTATION ]
* GH #974: Use correct classname. (Sawyer X)
* GH #958: Fix manual example with loading additional routes. (Sawyer X)
* GH #960: Fix a few links. (Sawyer X)
* Document you can install Scope::Upper for greater speed. (Sawyer X)
* GH #1000: Correct POD name for Dancer2::Manual::Deployment.
(Jason A. Crome)
* GH #1017: Fix instructions on running app.psgi. Highlight
beginner-friendly application running instructions. (Jason Crome)
* GH #920, #1020: Remove deprecated functionality from example plugin.
(Jason Crome)
* GH #1002: Correct execute_hook() call in plugins documentation.
(Jason Crome)
* Expand on auto-reloading options using Plack Shotgun loader.
(Jason Crome, @girlwithglasses)
* GH #1024: Document the need to define static_handler when changing
the public_dir option. (S矇bastien Deseille)
-rw-r--r-- | www/p5-Dancer2/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index a1e3acb4018..f5d1fcd4a83 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2015/10/01 02:31:40 wen Exp $ +# $NetBSD: Makefile,v 1.29 2015/10/15 15:08:43 wen Exp $ -DISTNAME= Dancer2-0.162000 +DISTNAME= Dancer2-0.163000 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 c225fa2a726..a1a4965a0ea 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.24 2015/10/01 02:31:40 wen Exp $ +$NetBSD: distinfo,v 1.25 2015/10/15 15:08:43 wen Exp $ -SHA1 (Dancer2-0.162000.tar.gz) = 71a49bd22a294caa406c2c4c7aedd645472af0bf -RMD160 (Dancer2-0.162000.tar.gz) = 8b3fa8dd0e193b092fb6de65ff2d18775642562b -Size (Dancer2-0.162000.tar.gz) = 314809 bytes +SHA1 (Dancer2-0.163000.tar.gz) = e372d793615e3f86a4eecbdd974739fa8109b2fb +RMD160 (Dancer2-0.163000.tar.gz) = 0fcb8be68d682a504d2d80751130acfdd86968d1 +SHA512 (Dancer2-0.163000.tar.gz) = 7eac402261093958bbd1988b4016589c85c2f16645c38050deb2bec8dac4c105666008e47403cf6786a033d5b098abaa9ca007d8b4739647d239bcee939f8e6e +Size (Dancer2-0.163000.tar.gz) = 323951 bytes |