libstring-shellquote-perl 1.04-3 source package in Ubuntu

Changelog

libstring-shellquote-perl (1.04-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libstring-shellquote-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:37:42 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-shellquote-perl_1.04-3.dsc 2.1 KiB 15c0e3c78e94b6b302b4ba032c51839678661825a4e5de0bbb8a6fc389c0a586
libstring-shellquote-perl_1.04.orig.tar.gz 6.7 KiB e606365038ce20d646d255c805effdd32f86475f18d43ca75455b00e4d86dd35
libstring-shellquote-perl_1.04-3.debian.tar.xz 2.9 KiB 77bf3390485f7905505ae3d77dc1bdadeafbac4d1d88deb2e450b8d01d396e4f

Available diffs

No changes file available.

Binary packages built by this source

libstring-shellquote-perl: module to quote strings for passing through the shell

 The String::ShellQuote module contains some functions which are useful for
 quoting strings which are going to pass through the shell or a shell-like
 object, plus a command-line interface to it. It is useful for doing robust
 tool programming, particularly when dealing with files whose names contain
 white space or shell globbing characters.