]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
moved ar accessor to Apache::MVC - bug 14014
[maypole.git] / lib / Maypole.pm
index 49281f890ee054c6f54f76d877e840a1a1365fdc..b060f15a50cf529bd4f408be38736ccc6df5af1a 100644 (file)
@@ -7,11 +7,11 @@ use Maypole::Config;
 use Maypole::Constants;
 use Maypole::Headers;
 
-our $VERSION = '2.10_pre1';
+our $VERSION = '2.10';
 
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors(
-    qw( ar params query objects model_class template_args output path
+    qw( params query objects model_class template_args output path
         args action template error document_encoding content_type table
         headers_in headers_out )
 );