liburi-perl 5.19-1 source package in Ubuntu

Changelog

liburi-perl (5.19-1) unstable; urgency=medium

  * Import upstream version 5.19.
  * Move libregexp-ipv6-perl back from Depends to Suggests.
    Cf. the discussions in https://bugs.debian.org/1014730 and
    https://bugs.launchpad.net/ubuntu/+bug/1981608
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 03:01:29 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-perl_5.19-1.dsc 2.4 KiB e6556727c86664b10361441a6030e63009006b4911a13000feafed3c3940568b
liburi-perl_5.19.orig.tar.gz 113.5 KiB 8fed5f819905c8a8e18f4447034322d042c3536b43c13ac1f09ba92e1a50a394
liburi-perl_5.19-1.debian.tar.xz 6.5 KiB 68660beffc3a53b5aa1e21047dae30a121805f3e737e62a62ef2669765f4cb57

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.