libtest-hexstring-perl 0.03-1 source package in Ubuntu
Changelog
libtest-hexstring-perl (0.03-1) unstable; urgency=low * Initial release (Closes: #894492) -- Xavier Guimard <email address hidden> Sat, 31 Mar 2018 11:54:10 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2018-04-11
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-10-18 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtest-hexstring-perl_0.03-1.dsc | 2.2 KiB | d353e43446a14c1c833c235c94b4c60883ed2a3b59c5d9aa3320ea60bfebb911 |
libtest-hexstring-perl_0.03.orig.tar.gz | 12.2 KiB | 7d4c4cdc192f2594dc78ff75eb2cf4d0561f794b36ee0eacee8c4a1aa8a03f40 |
libtest-hexstring-perl_0.03-1.debian.tar.xz | 1.5 KiB | c02c8c1ab3275f5325c521300ccce4f19cb001a7050c0ac0e83b151932c99cbc |
No changes file available.
Binary packages built by this source
- libtest-hexstring-perl: module that tests binary strings with hex dump diagnostics
Test::HexString provides a single function, is_hexstr(), which asserts that
the given string matches what was expected. When the strings match (i.e.
compare equal using the eq operator), the behaviour is identical to the usual
is() function provided by Test::More.
.
When the strings are different, a hex dump is produced as diagnostic, rather
than the string values being printed raw.