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

Changelog

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

  * Import upstream version 0.26.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Update test dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 28 Sep 2023 23:32:22 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-compile-perl_0.26-1.dsc 2.6 KiB de2b2ef3ace9758c2874832e0ab1efff6b3e604240ef50f531cf2e43e8c38140
libcgi-compile-perl_0.26.orig.tar.gz 22.6 KiB 4f385c10c2c977eb603f38cd153e0e0368df0371fdbd23f5aa6ee72f4fc65dc8
libcgi-compile-perl_0.26-1.debian.tar.xz 2.7 KiB fd1d34729e4447bea45292493781f820bf90c861f6a90fbaaf9b35a6f5594ecd

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.