Update to 1.34. From the changelog:
- remove test dependency on Devel::StringInfo, which requires Moose (RT#96034) - line numbers in shipped code are now almost the same (within 3) as the repository source, for easier debugging - Changes content once again included manually, rather than extracted directly from git! (there are release tests to ensure that the file is kept current.) - Improve error message when failing to find a suitable backend (RT#87751) - when no backend is available at install time, JSON::PP is used as the default prereq rather than JSON.pm (re RT#67967) - documentation updated to recommend JSON::MaybeXS instead of JSON.pm for new code
This commit is contained in:
parent
779710481b
commit
c9bd0d6c94
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2014/05/29 23:35:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2014/06/09 18:21:07 schmonz Exp $
|
||||
|
||||
DISTNAME= JSON-Any-1.32
|
||||
DISTNAME= JSON-Any-1.34
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www perl5 converters
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2014/02/06 12:37:52 abs Exp $
|
||||
$NetBSD: distinfo,v 1.12 2014/06/09 18:21:07 schmonz Exp $
|
||||
|
||||
SHA1 (JSON-Any-1.32.tar.gz) = aba1fa388772d828f99b18d586d0007abda801d9
|
||||
RMD160 (JSON-Any-1.32.tar.gz) = f0be8f7a66df02866b6fb515f4fdc4a0d48b8131
|
||||
Size (JSON-Any-1.32.tar.gz) = 26783 bytes
|
||||
SHA1 (JSON-Any-1.34.tar.gz) = 561a373909e4f3950be2e2b2b66c618542a42767
|
||||
RMD160 (JSON-Any-1.34.tar.gz) = 17be00cb6622a69348b856733d75d124168afd23
|
||||
Size (JSON-Any-1.34.tar.gz) = 34274 bytes
|
||||
|
|
Loading…
Reference in a new issue