diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-15 20:13:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-15 20:13:18 +0000 |
commit | 462d83b0b81a96d558e7e7a099216b131043fa02 (patch) | |
tree | 885e760eb0ef8dafb04c31945318e0ce10f87ae1 /devel/Makefile | |
parent | 12a8ea4e4527955a8d6e525f49f7477877b58ab0 (diff) |
- Add p5-Test-Bits 0.02
Test::Bits 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.
WWW: http://search.cpan.org/dist/Test-Bits/
Notes
Notes:
svn path=/head/; revision=344482
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 56eeffaea770..6a11479f2289 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2784,6 +2784,7 @@ SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData + SUBDIR += p5-Test-Bits SUBDIR += p5-Test-Block SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps |