v3.20 release 3.20
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 07:09:41 +0000 (07:09 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 29 May 2008 17:21:17 +0000 (17:21 +0000)
Changes
MANIFEST
lib/PLP.pm

diff --git a/Changes b/Changes
index 23aaab84c0fefc829789955db69e97f33c3de06c..4d7a9b02970fc1a9a80f6b395afe69eaf52031b6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+3.20 - May 29, 2008:
+- MIT license
+- FastCGI support
+- mod_perl2 support (but not recommended; read docs!)
+- Lighttpd and Apache2 support (either CGI or FastCGI)
+- Seperate modules for backend-specific code
+- Documentation updates
+- Fix html of default error message
+- Example plpinfo.plp, modeled after phpinfo
+
 3.19 - September 15, 2005:
 - New maintainer
 - Send headers when using C<printf> to start output
index d5c325f02eaaf56cc53c9cc6d42338c5376e1c92..67ec5311a5b99468d9dc14195f49707432163b84 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,10 +8,16 @@ plp.vim
 lib/PLP.pm
 lib/PLP/Fields.pm
 lib/PLP/Functions.pm
+lib/PLP/Backend/CGI.pm
+lib/PLP/Backend/FastCGI.pm
+lib/PLP/Backend/Apache.pm
 lib/PLP/Tie/Delay.pm
 lib/PLP/Tie/Headers.pm
 lib/PLP/Tie/Print.pm
 lib/PLP/FAQ.pod
 lib/PLP/HowTo.pod
 bin/plp.cgi
+bin/plp.fcgi
 t/Functions.t
+t/pod.t
+eg/plpinfo.plp
index e3fe961d4a2ebe37596b86cec841340d1f333e47..f1ad4f8b44d1e4b2d52fbdd3721c7cb5d21742dd 100644 (file)
@@ -13,7 +13,7 @@ use File::Spec;
 
 use strict;
 
-our $VERSION = '3.19';
+our $VERSION = '3.20';
 
 # Subs in this package:
 #  _default_error($plain, $html)    Default error handler