liburi-perl 1.72-2 source package in Ubuntu

Changelog

liburi-perl (1.72-2) unstable; urgency=medium

  * Team upload

  * Mark package Multi-Arch: foreign (closes: #872087)
  * Declare compliance with Debian Policy 4.1.1

 -- Florian Schlichting <email address hidden>  Fri, 13 Oct 2017 21:49:11 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-perl_1.72-2.dsc 2.0 KiB 9f45a9ac6fa723c0d851c9149f45c9fec33f55324d5e602030e23e11f8ad11e8
liburi-perl_1.72.orig.tar.gz 104.1 KiB 35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32
liburi-perl_1.72-2.debian.tar.xz 5.4 KiB 1ca193d04e5a5d2738d58c62c2c5f71c940624b7e041e50ad4cb09edf5976e0d

Available diffs

No changes file available.

Binary packages built by this source

liburi-perl: module to manipulate and access URI strings

 URI is a collection of Perl modules that represent and manipulate Uniform
 Resource Identifier (URI) references as specified in RFC 2396.
 .
 URI objects can be used to access and manipulate the various components
 that make up these strings. There are also methods to combine URIs in
 various ways.
 .
 The URI class replaces the URI::URL class that used to be distributed with
 libwww-perl. This package also includes an emulation of the old URI::URL
 interface, which implements both the old and the new interface.