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

Changelog

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

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Sat, 28 Oct 2023 23:45:38 +0200

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.0-2.dsc 2.6 KiB 5a94b2d9a6418471bed982d790b7ef740fcfb94ca970424a33f3e6a6b78c2120
libstring-binary-interpolation-perl_1.0.0.orig.tar.gz 11.2 KiB da55d89824c1add9e2aa958ff0ea482f26822e4248ed33a8d6b4fbbd77588af1
libstring-binary-interpolation-perl_1.0.0-2.debian.tar.xz 1.9 KiB 814424d4b7743fd80596b4847d762d3ca11c7ee5e8a22d2b6f59f2f8673c718a

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.