libcgi-simple-perl 1.115-2 source package in Ubuntu

Changelog

libcgi-simple-perl (1.115-2) unstable; urgency=medium

  * Add build dependency on libio-stringy-perl.
    Thanks to Chris Lamb for the bug report. (Closes: #796537)
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 22 Aug 2015 14:43:05 +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
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-simple-perl_1.115-2.dsc 2.4 KiB 7b67f7f0df430db155ce0ddd034b4d0e1613e46b95e40db760c348abb215ab52
libcgi-simple-perl_1.115.orig.tar.gz 83.2 KiB 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda
libcgi-simple-perl_1.115-2.debian.tar.xz 5.3 KiB 22e0a37fc43b9ac0ded7ee3f18fc4d0c197d7e523d92a624f6d150ca2c374b06

Available diffs

No changes file available.

Binary packages built by this source

libcgi-simple-perl: simple CGI.pm compatible OO CGI interface

 CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
 It shares an identical OO interface to CGI.pm for parameter parsing, file
 upload, cookie handling and header generation. This module is entirely object
 oriented, however a complete functional interface is available by using the
 CGI::Simple::Standard module.
 .
 Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
 things is available. There are even a few new methods and additions to old
 ones! If you are interested in what has gone on under the hood see the
 "Compatibility with CGI.pm" section in CGI::Simple(3pm).
 .
 In practical testing this module loads and runs about twice as fast as CGI.pm
 depending on the precise task.