libfcgi-perl 0.73-1 source package in Ubuntu

Changelog

libfcgi-perl (0.73-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Update my email address.

  [ Alessandro Ghedini ]
  * New upstream release. (Closes: #627806)
  * Bump Standards-Version to 3.9.2 (no changes needed)
  * Bump debhelper compat level to 8
  * Add myself to Uploaders
  * Fix dh arguments ordering
  * Drop fix-pod-spelling (merged upstream)
  * Update upstream copyright year for the configure file
  * Add fix-pod-error patch
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  03 Jun 2011 10:24:11 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfcgi-perl_0.73.orig.tar.gz 94.0 KiB 08fee08b2d0766a6e87ead24db6b207829fdb29f4008b2d550e4a42e530384ed
libfcgi-perl_0.73-1.debian.tar.gz 4.6 KiB 10b1175bdf77b5a788e2f8081ec678405ce3fb005defd591f25367114455a905
libfcgi-perl_0.73-1.dsc 2.0 KiB e48cbde682b5b109fb704c41a66b5f2e0e1af18a1aef7a03bab9d72358ba5e9c

Available diffs

View changes file

Binary packages built by this source

libfcgi-perl: helper module for FastCGI

 FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
 language-independent, scalable, open extension to CGI that provides faster
 performance by keeping programs persistent in memory and allowing them to
 handle multiple requests. This module provides the core interface needed to
 write these applications.
 .
 For complex applications, you should consider a more full-featured solution
 such as Plack or Catalyst (see libcatalyst-perl).