libtest-hexstring-perl 0.03-2 source package in Ubuntu

Changelog

libtest-hexstring-perl (0.03-2) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 13:45:41 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-hexstring-perl_0.03-2.dsc 2.1 KiB 55d6f3d08d81df9a707c194ed16c8fd0333ccc09358f7f3ee42e88a3ecfb6784
libtest-hexstring-perl_0.03.orig.tar.gz 12.2 KiB 7d4c4cdc192f2594dc78ff75eb2cf4d0561f794b36ee0eacee8c4a1aa8a03f40
libtest-hexstring-perl_0.03-2.debian.tar.xz 1.8 KiB 5bcce9e747a9504c84fa4f2f8deb920fbfec0cd23ebb2bb53a145f8e350cdcf0

Available diffs

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.