From: Juerd Waalboer Date: Fri, 18 Oct 2002 18:37:35 +0000 (+0000) Subject: v3.18 release X-Git-Tag: 3.18 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/5ab467e41cb66512bdd8ddbb9b3f0504aed448da v3.18 release --- 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