From: Simon Cozens Date: Thu, 25 Mar 2004 12:39:01 +0000 (+0000) Subject: This is 1.2. X-Git-Tag: 2.10~269 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=9834e1b93cff3936e8229471fab844abe5dce736 This is 1.2. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@93 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/META.yml b/META.yml index c5e99b0..c36f04e 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Maypole -version: 1.1 +version: 1.2 version_from: lib/Maypole.pm installdirs: site requires: diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 62083e8..08be2fa 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -4,7 +4,7 @@ use attributes (); use UNIVERSAL::require; use strict; use warnings; -our $VERSION = "1.1"; +our $VERSION = "1.2"; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors ( qw( ar params query objects model_class args action template ));