libtest-bits-perl
Perl module for testing binary data
Description
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. In particular, when you're doing a lot of bit twiddling, this module's diagnostic output may make it easier to diagnose failures. A typical failure diagnostic will look like this: The two pieces of binary data are not the same length (got 2, expected 3). Binary data begins differing at byte 1. Got: 01111000 Expect: 01111001Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://metacpan.org/release/Test-Bits
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libtest-bits-perl