liburi-encode-perl 1.1.1-3 source package in Ubuntu

Changelog

liburi-encode-perl (1.1.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + liburi-encode-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:12:41 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-encode-perl_1.1.1-3.dsc 2.2 KiB 7dc4cc9a560b0fc1f5f26f0f24aacf5c5f634b387dee3b7f770414380178ea89
liburi-encode-perl_1.1.1.orig.tar.gz 15.1 KiB 4bb9ce4e7016c0138cf9c2375508595286efa1c8dc15b45baa4c47281c08243b
liburi-encode-perl_1.1.1-3.debian.tar.xz 2.7 KiB ccaafa65e8224d8c68d04f52cf80732c67dc0a3d5ec6206eec8313af9e73c64e

Available diffs

No changes file available.

Binary packages built by this source

liburi-encode-perl: Perl module to encode and decode strings to URIs

 URI::Encode provides an easy method to encode strings (mainly URLs)
 into a format which can be pasted into a plain text, so that those
 links are 'clickable' by the person reading it.
 .
 If you are looking for speed and want to encode reserved characters, use
 URI::Escape::XS