From 7a5d8104289f1781b0909e79c4e4ab51fa193104 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Mon, 25 Oct 2004 12:04:19 +0000 Subject: [PATCH] increased version number to 2.02 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@263 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 7c9a846..8027693 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -6,7 +6,7 @@ use warnings; use Maypole::Config; use Maypole::Constants; -our $VERSION = '2.01'; +our $VERSION = '2.02'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( -- 2.39.2