X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;fp=lib%2FMaypole%2FConfig.pm;h=e0bf6ee82fab37538d11d7bd116d20107a9db717;hb=1ac110f4ecb782e381db456a3326ff71cb96a73e;hp=21b848f4bc9dac3dcc8d90522bac8f6f54f8e570;hpb=e5f59b8d71f41aabe4372687a0fa45a25a0e3a13;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index 21b848f..e0bf6ee 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) ); # Should only be modified by model.