From 5ab467e41cb66512bdd8ddbb9b3f0504aed448da Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Fri, 18 Oct 2002 18:37:35 +0000 Subject: [PATCH] v3.18 release --- Changes | 7 +++++++ PLP.pm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d6edbf1..fd2171e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +3.18 - October 16, 2002: +- Fixed the class for tied headers. Content_Type is now really converted to + Content-Type, as explained in L +- Added some bits to L +- Closing :> is now optional (which is handy for code-only PLP documents that + should not send additional whitespace) + 3.17 - August 21, 2002: - More cleanups - %get is now built on script start, no longer on first access diff --git a/PLP.pm b/PLP.pm index df6ea34..60d43a1 100644 --- a/PLP.pm +++ b/PLP.pm @@ -14,7 +14,7 @@ use Cwd (); use strict; -our $VERSION = '3.17'; +our $VERSION = '3.18'; # Subs in this package: # _default_error($plain, $html) Default error handler -- 2.30.0