v3.19 release 3.19
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 15 Sep 2005 19:10:40 +0000 (21:10 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 02:02:33 +0000 (04:02 +0200)
Changes
PLP.pm

diff --git a/Changes b/Changes
index fd2171e9f62e03d44dafba9dc48ff1c1922c83cd..23aaab84c0fefc829789955db69e97f33c3de06c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+3.19 - September 15, 2005:
+- New maintainer
+- Send headers when using C<printf> to start output
+- Do not send headers when C<print>ing 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<PLP::Fields>
diff --git a/PLP.pm b/PLP.pm
index a190e3b5bf987db05ce63c6c33117759f7d47664..10747fdcb653171fb20f73c454a7cdda66d714bb 100644 (file)
--- 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