libcgi-compile-perl 0.23-1 source package in Ubuntu

Changelog

libcgi-compile-perl (0.23-1) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * Import upstream version 0.23.
  * Drop 0001-Fix-tests-failure-on-Perl-5.26-with-PERL_USE_UNSAFE_.patch.
    Fixed upstream in a different way.
  * Update years of upstream and packaging copyright.
  * Add new build dependencies.
  * Declare compliance with Debian Policy 4.5.0.
  * Drop unneeded alternative build dependency for CGI.pm.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Fri, 24 Jan 2020 14:40:40 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-compile-perl_0.23-1.dsc 2.6 KiB 8d34f033dd1a96d93fe72f199bd2e721c718a9739c37ea0233e1682789fa77ce
libcgi-compile-perl_0.23.orig.tar.gz 21.2 KiB 803986c839a10c0149bb9f8caf6fd5e4408aa9e6d33722c7d9c598fcdf32998d
libcgi-compile-perl_0.23-1.debian.tar.xz 2.6 KiB 1cbd19d7f32268e3fe7d53401d51384f80fd7d1ad261760a46312ba372ee82af

Available diffs

No changes file available.

Binary packages built by this source

libcgi-compile-perl: module for compiling .cgi scripts to a code reference

 CGI::Compile is an utility to compile CGI scripts into a code reference that
 can run many times on its own namespace, as long as the script is ready to
 run on a persistent environment.
 .
 NOTE: for best results, load CGI::Compile before any modules used by your
 CGIs.
 .
 Combined with CGI::Emulate::PSGI, your CGI script can be turned into a
 persistent PSGI application.