X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;h=54f2c1ee8eaeea526c4c4144fde66092d780ec18;hb=5d49648fd96492e31cf7c6df507ae42e9cd1e42d;hp=21b848f4bc9dac3dcc8d90522bac8f6f54f8e570;hpb=ff62bc5d741a81146439183b3e3555fc0d5d6847;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index 21b848f..54f2c1e 100644 --- a/lib/Maypole/Config.pm +++ b/lib/Maypole/Config.pm @@ -8,7 +8,8 @@ use warnings; # Public accessors. __PACKAGE__->mk_accessors( qw( view uri_base template_root model loader display_tables ok_tables - rows_per_page dsn user pass opts) + rows_per_page dsn user pass opts application_name document_encoding + content_type models) ); # Should only be modified by model.