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

Changelog

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

  * Import upstream version 1.0.1.
  * Drop whatis.patch, merged upstream.

 -- gregor herrmann <email address hidden>  Mon, 30 Oct 2023 20:53:31 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-binary-interpolation-perl_1.0.1-1.dsc 2.6 KiB b02f3c149a8569f12e65558bb0e5d6f7151b3b5ecae0680005286273af0de5f6
libstring-binary-interpolation-perl_1.0.1.orig.tar.gz 11.3 KiB c2370dd16ea2a68ce64693e75e70f0d5522acb200f59399e87105c47580acb64
libstring-binary-interpolation-perl_1.0.1-1.debian.tar.xz 1.7 KiB cfde0323472b1491de9659324de4c2051aae159b5c33bcc775b4d68cb73fe2ac

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.