From: Sebastian Riedel Date: Mon, 25 Oct 2004 15:13:00 +0000 (+0000) Subject: fixed version number in CGI::Maypole X-Git-Tag: 2.10~93 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=fc4bc6a75ee07a1d169450138626aa63e962d13a fixed version number in CGI::Maypole git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@269 48953598-375a-da11-a14b-00016c27c3ee --- 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;