Update to 1.32
Update DEPENDS Upstream changes: version 1.32: Tue 26 Jan 09:13:31 CET 2021 Fixes: - ::Dancer2, use correct VERSION, github issue#3 - ::Dancer2, fix stacktrace sent to browser with show_errors disabled by [Andy Beverley], github issue#7 version 1.31: Fri 15 Jan 16:35:39 CET 2021 Fixes: - another attempt on issue #6, exceptions with specific destination are not caught by ::Try - previous release broke ::Try::hide() [Andy Beverley] version 1.30: Fri 15 Jan 12:46:14 CET 2021 Fixes: - recursive errors when file cannot be written for ::File dispatcher github issue#4 [Tom Hukins] - exceptions with specific destination are not caught by ::Try github issue#6 [Andy Beverley] - redirected exception messages forget their explicit dispatcher destination. Github issue#6 Improvements: - use ::Util::expand_reasons() for ::Try::hide() - require Log::Report::Options 1.07 for more expand_reasons options
This commit is contained in:
parent
9d6854237b
commit
e151c7ff8f
2 changed files with 10 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.37 2021/05/24 19:50:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2021/07/05 10:33:02 wen Exp $
|
||||
|
||||
DISTNAME= Log-Report-1.29
|
||||
DISTNAME= Log-Report-1.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||
|
||||
|
@ -11,11 +10,10 @@ HOMEPAGE= https://metacpan.org/release/Log-Report
|
|||
COMMENT= Report a problem, pluggable handlers, and language support
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
TEST_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
|
||||
TEST_DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
|
||||
DEPENDS+= p5-Log-Report-Optional>=1.07:../../devel/p5-Log-Report-Optional
|
||||
DEPENDS+= p5-Devel-GlobalDestruction>=0.09:../../devel/p5-Devel-GlobalDestruction
|
||||
|
||||
# Followng two to be source expanded at test time
|
||||
TEST_DEPENDS+= p5-Log-Report-Optional>=1.03:../../devel/p5-Log-Report-Optional
|
||||
TEST_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod
|
||||
TEST_DEPENDS+= p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
|
||||
TEST_DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
|
||||
TEST_DEPENDS+= p5-Dancer2-[0-9]*:../../www/p5-Dancer2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.21 2019/11/16 00:32:30 mef Exp $
|
||||
$NetBSD: distinfo,v 1.22 2021/07/05 10:33:02 wen Exp $
|
||||
|
||||
SHA1 (Log-Report-1.29.tar.gz) = 9709a5d049ca496aded8b6c5ae57feea49002bc8
|
||||
RMD160 (Log-Report-1.29.tar.gz) = 856cb13b0ff0dfc662fb30a3ad66d0a2d69df38a
|
||||
SHA512 (Log-Report-1.29.tar.gz) = 1d02c3f2273ba6fda5ca6ba64093d5ceeffaaf2dd65bbc0064bb09251fb732aa1b37bafbee0777d0c85a159e0e19128acc09f5f2acced58613a0486029f2907d
|
||||
Size (Log-Report-1.29.tar.gz) = 100065 bytes
|
||||
SHA1 (Log-Report-1.32.tar.gz) = 2b6071987f13bcfa5e18fd1a3cd3e2510ad00e49
|
||||
RMD160 (Log-Report-1.32.tar.gz) = 473fe0e7cc9be14cb4f85a7a2e8ea25eff589c80
|
||||
SHA512 (Log-Report-1.32.tar.gz) = c9b329d998273e39579e4dd7a87c40cc1c77d09c090c0e4bb8bb4ccd8d9597bcbe1d2e71b81920a4c727bf89064b96b59954dc2659c9cd4410fe49989e2c279c
|
||||
Size (Log-Report-1.32.tar.gz) = 101281 bytes
|
||||
|
|
Loading…
Reference in a new issue