liburi-query-perl 0.16-2 source package in Ubuntu

Changelog

liburi-query-perl (0.16-2) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 21:52:35 +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 universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-query-perl_0.16-2.dsc 2.0 KiB 516634dd1131f75096920de734fe684c59d213b31f5299294cb984be4295d7fa
liburi-query-perl_0.16.orig.tar.gz 16.1 KiB b4e62de79b468dcd7ee835e4dfd0035c83faf92e6c44b79bcdd9a50287fb8c18
liburi-query-perl_0.16-2.debian.tar.xz 2.8 KiB efae24fbe62226229b252de75415472348c9a2c2cac832368725236b74359c38

Available diffs

No changes file available.

Binary packages built by this source

liburi-query-perl: module for manipulating URI query strings

 URI::Query is a Perl module that provides methods for simple URI query string
 manipulation. It can easily create and manipulate URI query strings from GET
 and POST requests in web applications. This module is primarily useful for
 creating links where you wish to preserve some subset of the parameters to
 the current request, and potentially add or replace others.