]> 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 7854caf42f02b4d297f70df6ea8be5f556b4afab..b060f15a50cf529bd4f408be38736ccc6df5af1a 100644 (file)
@@ -11,7 +11,7 @@ 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 )
 );