libfcgi-perl 0.74-1build1 source package in Ubuntu
Changelog
libfcgi-perl (0.74-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson <email address hidden> Tue, 15 Nov 2011 19:50:09 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfcgi-perl_0.74.orig.tar.gz | 95.3 KiB | f59e46f6de960a67f7d15003504b2df6cb10511bb172f1904753df79004e0854 |
libfcgi-perl_0.74-1build1.debian.tar.gz | 4.8 KiB | 46ae85f24e844c985d2c4302e38ef9d05c236661dc17a6931980e0baf5c857d3 |
libfcgi-perl_0.74-1build1.dsc | 2.1 KiB | c99c4435fcb1ffd92fb5058db9bb52070bcb2615b33cb8892bec6257c6c5b5f3 |
Available diffs
- diff from 0.74-1 to 0.74-1build1 (317 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).