]> git.decadent.org.uk Git - maypole.git/commitdiff
fixed version number in CGI::Maypole
authorSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 15:13:00 +0000 (15:13 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Mon, 25 Oct 2004 15:13:00 +0000 (15:13 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@269 48953598-375a-da11-a14b-00016c27c3ee

lib/CGI/Maypole.pm

index db8cc75149dc180af39653c03484db0a88b5cd14..1cc60ba6d7d8567d85df70eca0b942a87218a75a 100644 (file)
@@ -3,7 +3,8 @@ use base 'Maypole';
 
 use strict;
 use warnings;
-our $VERSION = "0.3";
+
+our $VERSION = '2.03';
 
 sub run {
     my $self = shift;