From: Mischa POSLAWSKY Date: Thu, 15 Sep 2005 19:10:40 +0000 (+0200) Subject: v3.19 release X-Git-Tag: 3.19 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/abb75f21cf3b32cb4989a4058729071ac6f0fc7c v3.19 release --- diff --git a/Changes b/Changes index fd2171e..23aaab8 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +3.19 - September 15, 2005: +- New maintainer +- Send headers when using C to start output +- Do not send headers when Cing multiple empty strings +- EncodeURI()/DecodeURI() now accept read-only values +- Cleaner and slightly faster code in Entity(), DecodeURI(), and EncodeURI() +- Removed (undocumented) function HiddenFields +- Tests for a few Functions +- Documentation fixes and elaboration + 3.18 - October 16, 2002: - Fixed the class for tied headers. Content_Type is now really converted to Content-Type, as explained in L diff --git a/PLP.pm b/PLP.pm index a190e3b..10747fd 100644 --- a/PLP.pm +++ b/PLP.pm @@ -14,7 +14,7 @@ use File::Spec; use strict; -our $VERSION = '3.18'; +our $VERSION = '3.19'; # Subs in this package: # _default_error($plain, $html) Default error handler