Import devel/p5-Test-Bits.

This module provides a single subroutine, bits_is(), for testing binary data.

This module is quite similar to Test::BinaryData and Test::HexString in
concept. The difference is that this module shows failure diagnostics in a
different way, and has a slightly different calling style. Depending on the
nature of the data you're working with, this module may be easier to work
with.

OK sthen@, giovanni@
This commit is contained in:
fcambus 2019-02-18 12:52:57 +00:00
parent 317e0db229
commit 79a7c658bd
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/18 12:52:57 fcambus Exp $
COMMENT = provides a bits_is() subroutine for testing binary data
DISTNAME = Test-Bits-0.02
CATEGORIES = devel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-List-AllUtils
TEST_DEPENDS = devel/p5-Test-Fatal
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Bits-0.02.tar.gz) = qYJvVkg6J+LGMVZZDzKKNjPjA3XBDfyJ9mkOOSneC8M=
SIZE (Test-Bits-0.02.tar.gz) = 9651

View File

@ -0,0 +1,7 @@
This module provides a single subroutine, bits_is(), for testing binary data.
This module is quite similar to Test::BinaryData and Test::HexString in
concept. The difference is that this module shows failure diagnostics in a
different way, and has a slightly different calling style. Depending on the
nature of the data you're working with, this module may be easier to work
with.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/18 12:52:57 fcambus Exp $
${P5SITE}/Test/
${P5SITE}/Test/Bits.pm
@man man/man3p/Test::Bits.3p