v3.23 release 3.23
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 21 Oct 2009 21:53:19 +0000 (23:53 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 21 Oct 2009 21:53:19 +0000 (23:53 +0200)
Changes
META.yml
lib/PLP.pm

diff --git a/Changes b/Changes
index 1500400973b1f97ecc56e2cd64aea7240c4ee21b..d5497691dcb67ab8dae5cb5fec64b00d69c6fc9e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+3.23 - October 21, 2009:
+- Make tests pass on various systems
+- Fix header output using say() on Perl >= 5.10.1
+- EscapeHTML() for basic attribute quoting
+- Fix vim syntax highlighting of normal Perl code
+
 3.22 - June 2, 2008:
 - Fix delete %header
 - Fix breakage with old versions of Exporter
index b19b4f3e9494acdcaf52a11da52dd76d2356598a..0f7e9eae55d803b9036d003c286effd36a16bcbf 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: PLP
 abstract: Perl in HTML pages
-version: 3.22_01
+version: 3.23
 version_from: PLP.pm
 author:
     - Mischa POSLAWSKY <perl@shiar.org>
@@ -32,7 +32,7 @@ optional_features:
 provides:
     PLP:
         file: lib/PLP.pm
-        version: 3.22_01
+        version: 3.23
     PLP::Functions:
         file: lib/PLP/Functions.pm
         version: 1.00
index 680dba821372fdf582468e10361e17936ce5e41e..112eefd3fd47cbb460cc9beb7eccac356c794946 100644 (file)
@@ -14,7 +14,7 @@ use File::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '3.22_01';
+our $VERSION = '3.23';
 
 # Subs in this package:
 #  _default_error($plain, $html)    Default error handler