From 3c53e0b127e3f369a252bec0e4580567f6e85f2a Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sun, 24 Oct 2004 12:55:00 +0000 Subject: [PATCH] increased version number to 2.01 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@259 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 3 +++ lib/Maypole.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9ecca64..7139045 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Maypole +2.01 Fri Oct 24 14:50:00 2004 + - documentation fix to make t/03podcoverage happy + 2.0 Fri Oct 22 20:00:00 2004 - added parse_args() (Simon Flack) - call additional_data() and authenticate() for plain templates diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 5fd048e..7c9a846 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -6,7 +6,7 @@ use warnings; use Maypole::Config; use Maypole::Constants; -our $VERSION = '2.0'; +our $VERSION = '2.01'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( -- 2.39.2