X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=b060f15a50cf529bd4f408be38736ccc6df5af1a;hb=fdef988c4b6e0c95310edfed99bcb1bb959a6da4;hp=7854caf42f02b4d297f70df6ea8be5f556b4afab;hpb=d9b26d07eb7f8050825082c3422989460d2a3e0b;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 7854caf..b060f15 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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 ) );