]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
Fixed documentation bug in ::Plain (base class)
[maypole.git] / lib / Maypole / Config.pm
index 21b848f4bc9dac3dcc8d90522bac8f6f54f8e570..e0bf6ee82fab37538d11d7bd116d20107a9db717 100644 (file)
@@ -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.