X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMaypole%2FConfig.pm;h=e0bf6ee82fab37538d11d7bd116d20107a9db717;hb=ddf79ab58ac40ec93ab6b333c048e2508075b9b4;hp=21b848f4bc9dac3dcc8d90522bac8f6f54f8e570;hpb=ff62bc5d741a81146439183b3e3555fc0d5d6847;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.