From: Mischa POSLAWSKY Date: Thu, 5 Jun 2008 00:20:34 +0000 (+0000) Subject: v3.22_02 bugfix release X-Git-Tag: 3.22_02 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/f90fb1e2e61e6e07843ae799434851d879f94148 v3.22_02 bugfix release --- 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