X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole.pm;h=e4b36bc8e2ebcf4af32672de145aa154ad457dd8;hp=70bfd0b277f65bd7c94336240387799f29293003;hb=8237e83ed726d86f1ef754e51077eb2aff0cd4ed;hpb=09bbd69d71a0fca2b1c6543d1bc7212a654df44b diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 70bfd0b..e4b36bc 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -4,7 +4,7 @@ use attributes (); use UNIVERSAL::require; use strict; use warnings; -our $VERSION = "1.3"; +our $VERSION = "1.4"; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors ( qw( ar params query objects model_class args action template ));