From 6502138149073847d613a911407c9d0735e0f334 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 21 Oct 2009 23:53:19 +0200 Subject: [PATCH] v3.23 release --- Changes | 6 ++++++ META.yml | 4 ++-- lib/PLP.pm | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 1500400..d549769 100644 --- 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 diff --git a/META.yml b/META.yml index b19b4f3..0f7e9ea 100644 --- 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 @@ -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 diff --git a/lib/PLP.pm b/lib/PLP.pm index 680dba8..112eefd 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -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 -- 2.30.0