libcgi-expand-perl 2.05-5 source package in Ubuntu

Changelog

libcgi-expand-perl (2.05-5) 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/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper dependency to >= 8, since that's what is used in debian/compat.
  * Bump debhelper from deprecated 8 to 10.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:47:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-expand-perl_2.05-5.dsc 2.1 KiB a02620811a68ce67eb76954cba4377ca7cac9d86d3d27087ded0c8961b5845e5
libcgi-expand-perl_2.05.orig.tar.gz 9.2 KiB 6e82d118e3c4c0c2dafcda5875ede5e8ddbfffe0b7dfaa648e451e039a45a4a9
libcgi-expand-perl_2.05-5.debian.tar.xz 4.0 KiB 24c9aa9633420b6cbf8549e90c18f27f54aa0a28c001a27d57f292b2d2d6defd

Available diffs

No changes file available.

Binary packages built by this source

libcgi-expand-perl: convert flat hash to nested data using TT2's dot convention

 Converts a CGI query into structured data using a dotted name
 convention similar to TT2. expand_cgi works with CGI.pm,
 Apache::Request or anything with an appropriate "param" method. Or you
 can use expand_hash directly.
 .
 If you prefer to use a different flattening convention then CGI::Expand
 can be subclassed.