libstring-binary-interpolation-perl 1.0.1-2 source package in Ubuntu

Changelog

libstring-binary-interpolation-perl (1.0.1-2) unstable; urgency=medium

  * Fix long description: avoid variable substitution.
    Thanks to Daniele Forsi for the bug report. (Closes: #1056200)
  * Add a lintian override.

 -- gregor herrmann <email address hidden>  Sat, 18 Nov 2023 22:05:27 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-binary-interpolation-perl_1.0.1-2.dsc 2.6 KiB f2ce421c530a8133710ba24fba51250e0eead410239129bfb648e6c8ec38155a
libstring-binary-interpolation-perl_1.0.1.orig.tar.gz 11.3 KiB c2370dd16ea2a68ce64693e75e70f0d5522acb200f59399e87105c47580acb64
libstring-binary-interpolation-perl_1.0.1-2.debian.tar.xz 1.9 KiB 8493ec6b2e92735a4663121d0a2220be50a9a2ca763a98985c6acb19e61198be

Available diffs

No changes file available.

Binary packages built by this source

libstring-binary-interpolation-perl: module to make it easier to interpolate binary bytes into a string

 String::Binary::Interpolation interpolates some random byte into a string:
 .
  use String::Binary::Interpolation;
  my $binary = "ABC${b01000100}E";
 .
 The module creates a bunch of variables named from $b00000000 to $b11111111
 and their values are the corresponding characters.