X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;h=3e8081177b2a276965072fdad92b96c2f43cf20e;hb=ce73ea8b848572d33ad852e6b37f1c59ec5f9fc1;hp=247398675015cdec1ac1aa1f66acec45f4f711f9;hpb=373c588aa7b5a4f0d99a5940fade8a767c6d9426;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index 2473986..3e80811 100644 --- a/lib/Maypole/Config.pm +++ b/lib/Maypole/Config.pm @@ -5,14 +5,19 @@ use attributes (); use strict; use warnings; -our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/; +our $VERSION = 2.121; # Public accessors. __PACKAGE__->mk_accessors( - qw( view view_options uri_base template_root template_extension model - loader display_tables ok_tables rows_per_page dsn user pass opts - application_name additional build_form_elements request_options) -); + qw( + view view_options template_root template_extension build_form_elements + uri_base rows_per_page application_name + model loader display_tables ok_tables + dsn user pass opts + additional + request_options + ) + ); # Should only be modified by model. __PACKAGE__->mk_ro_accessors(qw( classes tables));