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

Changelog

libcgi-simple-perl (1.281-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.281.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 04 Feb 2024 03:13:47 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-simple-perl_1.281-1.dsc 2.5 KiB c0765a20143db93c54aa62b28b712d94b80b4525d312699d96a2687c7b284a57
libcgi-simple-perl_1.281.orig.tar.gz 85.3 KiB 4d58103fdfa5c8e1ed076b15d5cafb7001b2886cb3396f00564a881eb324e5a7
libcgi-simple-perl_1.281-1.debian.tar.xz 5.2 KiB 8bb37ff2f718724f4e89ad29ad8cbc62779fbc5f490ce555004fe737682e6d20

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.