Import p5-Test-Deep-JSON 0.03

from Matthias Pitzl; OK sthen@

Comment:
compare JSON with Test::Deep

Description:
Test::Deep::JSON provides json($expected) function to expect that target can be
parsed as a JSON string and matches (by cmp_deeply) with $expected.
This commit is contained in:
bluhm 2017-07-20 20:12:47 +00:00
parent 0e559f33b2
commit fbba923f50
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/20 20:12:47 bluhm Exp $
COMMENT = compare JSON with Test::Deep
DISTNAME = Test-Deep-JSON-0.03
CATEGORIES = devel
MAINTAINER = Matthias Pitzl <pitzl@genua.de>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = converters/p5-JSON \
devel/p5-Exporter-Lite \
devel/p5-Test-Deep \
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Deep-JSON-0.03.tar.gz) = Qb72AEh9VrDgdco054KXsrwDUwT8Ul4uIatzXGUPSOE=
SIZE (Test-Deep-JSON-0.03.tar.gz) = 10576

View File

@ -0,0 +1,2 @@
Test::Deep::JSON provides json($expected) function to expect that target can be
parsed as a JSON string and matches (by cmp_deeply) with $expected.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/20 20:12:47 bluhm Exp $
${P5SITE}/Test/
${P5SITE}/Test/Deep/JSON.pm
@man man/man3p/Test::Deep::JSON.3p