liburi-perl 5.28-1 source package in Ubuntu

Changelog

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

  * Import upstream version 5.28.
  * Refresh test and runtime dependencies.

 -- gregor herrmann <email address hidden>  Sat, 30 Mar 2024 23:56: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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-perl_5.28-1.dsc 2.5 KiB ed22990deef34d0cb9ecb805bec18f1dea43755bed592f1331d1ce41ce73da78
liburi-perl_5.28.orig.tar.gz 121.7 KiB e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765
liburi-perl_5.28-1.debian.tar.xz 6.8 KiB 87af554ee3ca80bad9edfa71644c6703253dbb30d4220db2516a607b0d42162c

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.