]> git.decadent.org.uk Git - maypole.git/commitdiff
This is 1.2.
authorSimon Cozens <simon@simon-cozens.org>
Thu, 25 Mar 2004 12:39:01 +0000 (12:39 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 25 Mar 2004 12:39:01 +0000 (12:39 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@93 48953598-375a-da11-a14b-00016c27c3ee

META.yml
lib/Maypole.pm

index c5e99b0bdab5aad61e5286c0bb4d468c3d4109a9..c36f04ea7f051f43d7a939149032e29de2072685 100644 (file)
--- 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:
index 62083e82a2c1a8423aa63f2ea9fa13f5dd73ab49..08be2fa30621a8c5179c04ff04d37b4f492fe2e1 100644 (file)
@@ -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 ));