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

Changelog

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

  * Import upstream version 1.1.1.
  * Drop 0001_fix-typo-in-manpage.patch, merged upstream.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 08 May 2016 17:48:59 +0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-encode-perl_1.1.1-1.dsc 2.3 KiB 2c79571111d41aceecaa11845303ab7ea081f9d2a0b306e38e433ee9c2b026a0
liburi-encode-perl_1.1.1.orig.tar.gz 15.1 KiB 4bb9ce4e7016c0138cf9c2375508595286efa1c8dc15b45baa4c47281c08243b
liburi-encode-perl_1.1.1-1.debian.tar.xz 2.3 KiB 3d32f64f315a83f321540e1010fcd292d2316b221fe0b922c91ce05d5656b979

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