summaryrefslogtreecommitdiff
path: root/lib/CGI/Fast.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-02-16 12:54:08 +0000
committerSteve Peters <steve@fisharerojo.org>2006-02-16 12:54:08 +0000
commit55b5d70095e7b9679db373ca7ac72c1951b35a3c (patch)
treedb3c84a933fd5db5a07b7d3a8ba6dd5db629957a /lib/CGI/Fast.pm
parent45812765cccbfdc897c33c3834bf546fc25c90ab (diff)
downloadperl-55b5d70095e7b9679db373ca7ac72c1951b35a3c.tar.gz
Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
fixes not yet integrated. p4raw-id: //depot/perl@27202
Diffstat (limited to 'lib/CGI/Fast.pm')
-rw-r--r--lib/CGI/Fast.pm22
1 files changed, 2 insertions, 20 deletions
diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm
index 43b8709a16..39e7cbb3ce 100644
--- a/lib/CGI/Fast.pm
+++ b/lib/CGI/Fast.pm
@@ -13,10 +13,7 @@ package CGI::Fast;
# wish, but if you redistribute a modified version, please attach a note
# listing the modifications you have made.
-# The most recent version and complete docs are available at:
-# http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html
-# ftp://ftp-genome.wi.mit.edu/pub/software/WWW/
-$CGI::Fast::VERSION='1.05';
+$CGI::Fast::VERSION='1.06';
use CGI;
use FCGI;
@@ -94,22 +91,7 @@ will see large performance improvements.
=head1 OTHER PIECES OF THE PUZZLE
In order to use CGI::Fast you'll need a FastCGI-enabled Web
-server. Open Market's server is FastCGI-savvy. There are also
-freely redistributable FastCGI modules for NCSA httpd 1.5 and Apache.
-FastCGI-enabling modules for Microsoft Internet Information Server and
-Netscape Communications Server have been announced.
-
-In addition, you'll need a version of the Perl interpreter that has
-been linked with the FastCGI I/O library. Precompiled binaries are
-available for several platforms, including DEC Alpha, HP-UX and
-SPARC/Solaris, or you can rebuild Perl from source with patches
-provided in the FastCGI developer's kit. The FastCGI Perl interpreter
-can be used in place of your normal Perl without ill consequences.
-
-You can find FastCGI modules for Apache and NCSA httpd, precompiled
-Perl interpreters, and the FastCGI developer's kit all at URL:
-
- http://www.fastcgi.com/
+server. See http://www.fastcgi.com/ for details.
=head1 WRITING FASTCGI PERL SCRIPTS