From: Mischa POSLAWSKY Date: Sat, 31 May 2008 20:05:16 +0000 (+0000) Subject: v3.21 release X-Git-Tag: 3.21 X-Git-Url: http://git.shiar.nl/perl/plp/.git/commitdiff_plain/a3442fa35d2f602a960214030d93e86eb64a3148 v3.21 release --- diff --git a/Changes b/Changes index a498ae5..849a1c9 100644 --- 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 diff --git a/MANIFEST b/MANIFEST index 67ec531..f16bff7 100644 --- 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 diff --git a/META.yml b/META.yml index de8628c..475da4b 100644 --- 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 diff --git a/lib/PLP.pm b/lib/PLP.pm index a470b52..2c6d714 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -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