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

Changelog

libcgi-simple-perl (1.115-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Import upstream version 1.115
  * Update years of packaging copyright and Upstream-Contact.
  * Refresh patches (offset).
  * Bump debhelper compatibility level to 8.
  * Explicitly build-depend on libmodule-build-perl.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Fri, 24 Oct 2014 22:19:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-simple-perl_1.115-1.dsc 2.4 KiB 2ee9bbc1c90cffe848adcb315066899ae9065066619b47caf96a6094ab5a1e50
libcgi-simple-perl_1.115.orig.tar.gz 83.2 KiB 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda
libcgi-simple-perl_1.115-1.debian.tar.xz 5.2 KiB 843078f79bc9cd5f4057bb920ec51258b8a85adf9b2003e29906d16c645890b7

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.