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

Changelog

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

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

  [ gregor herrmann ]
  * Import upstream version 0.19.
  * Add debian/upstream/metadata.
  * Mark package as autopkgtest-able.
  * Add explicit build dependency on libcgi-pm-perl.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sat, 13 Jun 2015 14:30:37 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-compile-perl_0.19-1.dsc 2.3 KiB c186c3f2f6bf8c09c2d6f8edf337b3fc1dd3f77f38832f0104166eb4940bb193
libcgi-compile-perl_0.19.orig.tar.gz 18.8 KiB 288c40ec5ebe0a182163f370c20b3645a1dcbd4b0414aa4ead6140c53107543f
libcgi-compile-perl_0.19-1.debian.tar.xz 2.1 KiB 86557ee534f4fd719a9dd265d332bba550ec2889ad0c956d0d4a505d5b5f5c16

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.