From 9834e1b93cff3936e8229471fab844abe5dce736 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 25 Mar 2004 12:39:01 +0000 Subject: [PATCH] This is 1.2. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@93 48953598-375a-da11-a14b-00016c27c3ee --- META.yml | 2 +- lib/Maypole.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 )); -- 2.39.2