X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=b060f15a50cf529bd4f408be38736ccc6df5af1a;hb=fdef988c4b6e0c95310edfed99bcb1bb959a6da4;hp=587bdc7f56174babce89a7b31d69389bc598bbc0;hpb=1ea25ed1ecc3c2baa71a985e8a94a55bb8f871f2;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 587bdc7..b060f15 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -7,11 +7,11 @@ use Maypole::Config; use Maypole::Constants; use Maypole::Headers; -our $VERSION = '2.10_pre2'; +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 ) );