Skip to content

Commit

Permalink
p5-HTTP-Exception: update to 0.04007.
Browse files Browse the repository at this point in the history
0.04007   2018-07-18 22:49:22+02:00 Europe/Berlin
    GitHub PR #2 merged (thanks karenetheridge)
        * link to HTTP::Throwable
    GitHub PR #4 merged (thanks timbunce)
        * use q{} for _status_message so message can contain a single quote
        * throw exception on loader code error instead of silently ignoring
    GitHub PR #5 merged (thanks neilb)
        * Added [MetaJSON] so releases will include META.json
        * Added "use warnings" to all modules
  • Loading branch information
0-wiz-0 committed Aug 21, 2018
1 parent 9fe83c0 commit 88686e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions p5-HTTP-Exception/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2013/05/04 02:41:59 jgoamakf Exp $

DISTNAME= HTTP-Exception-0.04006
DISTNAME= HTTP-Exception-0.04007
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
Expand All @@ -15,8 +15,8 @@ DEPENDS+= p5-HTTP-Message>=5.817:../../www/p5-HTTP-Message
DEPENDS+= p5-Test-Exception>=0.29:../../devel/p5-Test-Exception
DEPENDS+= p5-Test-NoWarnings>=1.04:../../devel/p5-Test-NoWarnings

BUILD_DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
BUILD_DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
TEST_DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
TEST_DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable

PERL5_PACKLIST= auto/HTTP/Exception/.packlist

Expand Down
8 changes: 4 additions & 4 deletions p5-HTTP-Exception/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/05/04 02:41:59 jgoamakf Exp $

SHA1 (HTTP-Exception-0.04006.tar.gz) = 8cb7575d85dbf3c0dfca2c423422699dc29dd512
RMD160 (HTTP-Exception-0.04006.tar.gz) = 3063ee4c4da8e0718210f5adda16aeef3dba8d8a
SHA512 (HTTP-Exception-0.04006.tar.gz) = 3af50573a4e0df8571ca8cbcd5a44da82e6a01e26fb296664613bf3a600a108afad59e42cfd81e5cc6c15e479a05280dfeed42c9bc212cac6c4a3674da096178
Size (HTTP-Exception-0.04006.tar.gz) = 25023 bytes
SHA1 (HTTP-Exception-0.04007.tar.gz) = 0e43592d00f3b164d57da39df76fcd5074fa4f3f
RMD160 (HTTP-Exception-0.04007.tar.gz) = bb1b8f9b74ee70cf1f365ce032681925cb6cbc2d
SHA512 (HTTP-Exception-0.04007.tar.gz) = eec109a4e71eb73ff67f1b60364e096cf0493bec6b4a305dc2043e45e28a1cdc4c27c6739f9ec08dfe689c5f5310304b0884bc902d7fe9d886254fa4b5e72452
Size (HTTP-Exception-0.04007.tar.gz) = 26198 bytes

0 comments on commit 88686e1

Please sign in to comment.