v3.22 release 3.22
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 2 Jun 2008 19:21:13 +0000 (19:21 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 2 Jun 2008 19:21:13 +0000 (19:21 +0000)
Changes
MANIFEST
META.yml
TODO
lib/PLP.pm

diff --git a/Changes b/Changes
index 5c8b1d7ece6996fa2d6867be56febfefd142114c..1500400973b1f97ecc56e2cd64aea7240c4ee21b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+3.22 - June 2, 2008:
 - Fix delete %header
 - Fix breakage with old versions of Exporter
 - Tests emulating actual PLP usage
index f16bff7140e23ea8ba5df93b778f6e31cdd1223c..bc708098f30ddb41dccfd6389f656eb63ed071bc 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -19,6 +19,7 @@ lib/PLP/HowTo.pod
 bin/plp.cgi
 bin/plp.fcgi
 t/10-functions.t
+t/50-cgi.t
 t/91-meta.t
 t/92-pod.t
 t/93-podcover.t
index 9a367a8c9bd4a2ca4b6eaccb59a3418d33f0031a..84a832a1b261975b999b5a96697e8757c2c90e69 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: PLP
 abstract: Perl in HTML pages
-version: 3.21
+version: 3.22
 version_from: PLP.pm
 author:
     - Mischa POSLAWSKY <perl@shiar.org>
@@ -32,7 +32,7 @@ optional_features:
 provides:
     PLP:
         file: lib/PLP.pm
-        version: 3.21
+        version: 3.22
     PLP::Script:
         file: lib/PLP.pm
     PLP::Functions:
diff --git a/TODO b/TODO
index 508b2dcd37fe11741347f3dfff0f216f59ee40b1..1e0dddacd2761f2130a5e1909c37534616da7f80 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
 In no particular order or significance:
-- lvalue %cookie (similar to AddCookie)
-- multipart posts [3.21]
+- lvalue %cookie (similar to AddCookie) [3.23]
+- multipart posts [3.24?]
 - install rules for servers
-- test plp parsing
-- redisplay include errors [3.21]
+- complete plp parsing tests [3.23]
+- redisplay include errors [3.23]
 - object instead of $PLP::
 - document utf8 io
 - update plp.shiar.net, maybe reg plpage.nl or something
index 7cb8d5551f8a7c8b46e26d769aff8fbf3cbaf6d0..54a3b91fe5eb43248f81a9f4716478e1fd6f5e43 100644 (file)
@@ -14,7 +14,7 @@ use File::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '3.21';
+our $VERSION = '3.22';
 
 # Subs in this package:
 #  _default_error($plain, $html)    Default error handler