From f90fb1e2e61e6e07843ae799434851d879f94148 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 5 Jun 2008 00:20:34 +0000 Subject: [PATCH] v3.22_02 bugfix release --- META.yml | 4 ++-- lib/PLP.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META.yml b/META.yml index b19b4f3..e7506a9 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.22_02 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.22_02 PLP::Functions: file: lib/PLP/Functions.pm version: 1.00 diff --git a/lib/PLP.pm b/lib/PLP.pm index 2e740cf..afe4ddf 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.22_02'; # Subs in this package: # _default_error($plain, $html) Default error handler -- 2.30.0