X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=b060f15a50cf529bd4f408be38736ccc6df5af1a;hb=fdef988c4b6e0c95310edfed99bcb1bb959a6da4;hp=49281f890ee054c6f54f76d877e840a1a1365fdc;hpb=89c581d3ee5960c3f1271d38e7f053642466648d;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 49281f8..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_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 ) );