Name : perl-Test-Bits
| |
Version : 0.02
| Vendor : obs://build_opensuse_org/home:fee
|
Release : lp155.1.1
| Date : 2023-10-05 08:24:51
|
Group : Development/Libraries/Perl
| Source RPM : perl-Test-Bits-0.02-lp155.1.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Provides a bits_is() subroutine for testing binary data
|
Description :
This module provides a single subroutine, \'bits_is()\', for testing binary data.
This module is quite similar to the Test::BinaryData manpage and the Test::HexString manpage 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: 01111001
Note that the bytes are numbered starting from 0 in the diagnostic output.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/fee:/platon/15.5/noarch |