v3.18 release 3.18
authorJuerd Waalboer <juerd@cpan.org>
Fri, 18 Oct 2002 18:37:35 +0000 (18:37 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 00:35:42 +0000 (02:35 +0200)
Changes
PLP.pm

diff --git a/Changes b/Changes
index d6edbf1be528eafb8437a950d2fd742c97b00f57..fd2171e9f62e03d44dafba9dc48ff1c1922c83cd 100644 (file)
--- 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<PLP::Fields>
+- Added some bits to L<PLP::HowTo>
+- 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 df6ea349b5263965effc405e795da31c6c77031c..60d43a1370717d7daea5c7ad3351f8b43a742fc0 100644 (file)
--- 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