X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=6cecb930166c2e323ea60a8c459b39c97bc723ba;hb=2ad3790d146c6ebc8d690f312a6d525e0146d092;hp=dd9b4c8af479fe8a9979ff0de0d5d0660a76dad3;hpb=0e912abe61e5c246fc35dce5b9cbe753d23ab416;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index dd9b4c8..6cecb93 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.4"; +our $VERSION = "1.5"; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors ( qw( ar params query objects model_class args action template ));