From 04fbdaaff4a08de8acd15542c2a3c4e1a8084039 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 2 Jun 2008 19:21:13 +0000 Subject: [PATCH] v3.22 release --- Changes | 1 + MANIFEST | 1 + META.yml | 4 ++-- TODO | 8 ++++---- lib/PLP.pm | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 5c8b1d7..1500400 100644 --- 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 diff --git a/MANIFEST b/MANIFEST index f16bff7..bc70809 100644 --- 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 diff --git a/META.yml b/META.yml index 9a367a8..84a832a 100644 --- 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 @@ -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 508b2dc..1e0ddda 100644 --- 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 diff --git a/lib/PLP.pm b/lib/PLP.pm index 7cb8d55..54a3b91 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -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 -- 2.30.0