From fc4bc6a75ee07a1d169450138626aa63e962d13a Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Mon, 25 Oct 2004 15:13:00 +0000 Subject: [PATCH] fixed version number in CGI::Maypole git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@269 48953598-375a-da11-a14b-00016c27c3ee --- lib/CGI/Maypole.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index db8cc75..1cc60ba 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -3,7 +3,8 @@ use base 'Maypole'; use strict; use warnings; -our $VERSION = "0.3"; + +our $VERSION = '2.03'; sub run { my $self = shift; -- 2.39.2