From ec7d20c2e33d8c240c6687adecbefa92410a9b41 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 28 May 2008 07:09:41 +0000 Subject: [PATCH] v3.20 release --- Changes | 10 ++++++++++ MANIFEST | 6 ++++++ lib/PLP.pm | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 23aaab8..4d7a9b0 100644 --- 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 to start output diff --git a/MANIFEST b/MANIFEST index d5c325f..67ec531 100644 --- 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 diff --git a/lib/PLP.pm b/lib/PLP.pm index e3fe961..f1ad4f8 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -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 -- 2.30.0