libcgi-xmlapplication-perl 1.1.5-2 source package in Ubuntu

Changelog

libcgi-xmlapplication-perl (1.1.5-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 15:42:03 +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
libcgi-xmlapplication-perl_1.1.5-2.dsc 2.2 KiB 37f1b79a1a0d3b1b0c122742ef9b543eac0fd08c250da28453f6cab31b773116
libcgi-xmlapplication-perl_1.1.5.orig.tar.gz 21.8 KiB d7a3ec738170a9fc46de595dc0ee82ae7ba7af06dc0ba85879205459cb9f6090
libcgi-xmlapplication-perl_1.1.5-2.debian.tar.xz 3.7 KiB 3d8dedfc0a653e1dbb40037ef70e0b617c91be8aa439952325328fe522746eb5

Available diffs

No changes file available.

Binary packages built by this source

libcgi-xmlapplication-perl: perl module for creating XML-DOM and OO based CGI scripts

 CGI::XMLApplication provides an XML-DOM and object-oriented extension to the
 CGI module. The XML-DOM extension allows one to generate the output from XML
 and laid out according to an XSLT stylesheet, separating code and
 presentation. The object-oriented extension allows one to specify handlers
 for events like a mouse click on a submit button or on an image.