update p5-JSON-MaybeXS to 1.004002
This commit is contained in:
parent
2de0a5b996
commit
abd8f625f9
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2020/05/15 20:46:35 bluhm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2020/05/19 23:13:23 bluhm Exp $
|
||||
|
||||
COMMENT = use Cpanel::JSON::XS or JSON::XS or JSON::PP
|
||||
|
||||
DISTNAME = JSON-MaybeXS-1.004001
|
||||
DISTNAME = JSON-MaybeXS-1.004002
|
||||
FIX_EXTRACT_PERMISSIONS = Yes
|
||||
|
||||
CATEGORIES = converters
|
||||
|
||||
@ -13,6 +14,7 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
RUN_DEPENDS = converters/p5-Cpanel-JSON-XS>=2.3310
|
||||
REST_DEPENDS = devel/p5-Test-Needs>=0.002006
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (JSON-MaybeXS-1.004001.tar.gz) = yjrFAh7JWzwhBZYCOMwu0TbmVy/nRqSPV8LjPSh6DJo=
|
||||
SIZE (JSON-MaybeXS-1.004001.tar.gz) = 22485
|
||||
SHA256 (JSON-MaybeXS-1.004002.tar.gz) = O44v3Ds20MXtvHgSGEDc7WN5itScq8+HXVxeMjNtd7U=
|
||||
SIZE (JSON-MaybeXS-1.004002.tar.gz) = 22555
|
||||
|
@ -1,5 +1,5 @@
|
||||
This module first checks to see if either Cpanel::JSON::XS or
|
||||
JSON::XS is already loaded, in which case it uses that module.
|
||||
Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then
|
||||
JSON::PP in order, and either uses the first module it finds or
|
||||
throws an error.
|
||||
JSON::XS (at at least version 3.0) is already loaded, in which case
|
||||
it uses that module. Otherwise it tries to load Cpanel::JSON::XS,
|
||||
then JSON::XS, then JSON::PP in order, and either uses the first
|
||||
module it finds or throws an error.
|
||||
|
Loading…
x
Reference in New Issue
Block a user