libfcgi-perl 0.74-1build2 source package in Ubuntu
Changelog
libfcgi-perl (0.74-1build2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson <email address hidden> Mon, 21 Oct 2013 09:59:52 +0100
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfcgi-perl_0.74.orig.tar.gz | 95.3 KiB | f59e46f6de960a67f7d15003504b2df6cb10511bb172f1904753df79004e0854 |
libfcgi-perl_0.74-1build2.debian.tar.gz | 4.8 KiB | 5ec492d4258d4811ad1fc02891ba4d0ba83b389157e768ccc76d8938afa67e5f |
libfcgi-perl_0.74-1build2.dsc | 2.1 KiB | 34b59de1d292fe7b6c77d3fd5c60d85bd09fe83dad822c0f1f7a4dced85041b0 |
Available diffs
- diff from 0.74-1build1 to 0.74-1build2 (315 bytes)
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).