v3.21 release 3.21
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 20:05:16 +0000 (20:05 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 21:53:11 +0000 (21:53 +0000)
Changes
MANIFEST
META.yml
lib/PLP.pm

diff --git a/Changes b/Changes
index a498ae5a10a890604b5945bef41461f50c00ff2c..849a1c98d1c59d53a54777d9afb7c0ca28a8425c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+3.21 - May 31, 2008:
 - Fix everything() wrapper (broke pre-3.20 CGI scripts on 3.20)
 - %header values containing newlines will be sent as multiple fields
 - Encoding functions retain undef
index 67ec5311a5b99468d9dc14195f49707432163b84..f16bff7140e23ea8ba5df93b778f6e31cdd1223c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,6 +18,8 @@ lib/PLP/FAQ.pod
 lib/PLP/HowTo.pod
 bin/plp.cgi
 bin/plp.fcgi
-t/Functions.t
-t/pod.t
+t/10-functions.t
+t/91-meta.t
+t/92-pod.t
+t/93-podcover.t
 eg/plpinfo.plp
index de8628c02219b029b0c1f8f057d40e321b47319d..475da4be675f8a283fecf37a4cf79dfb381f9017 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: PLP
 abstract: Perl in HTML pages
-version: 3.20
+version: 3.21
 version_from: PLP.pm
 author:
     - Mischa POSLAWSKY <perl@shiar.org>
index a470b520381ca77588c8517e35988325271bda42..2c6d7142d320b5969f8928224fb5a60372ae5182 100644 (file)
@@ -14,7 +14,7 @@ use File::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '3.20';
+our $VERSION = '3.21';
 
 # Subs in this package:
 #  _default_error($plain, $html)    Default error handler