X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;h=e0bf6ee82fab37538d11d7bd116d20107a9db717;hb=2225b4184a391bab5f1d9498d5b695ba0c2f09f2;hp=b48548efa6d0251dd750c98a85bd8d502eef8c44;hpb=8fe02231d92e4564f0dc52a1aa00e9d0cb974819;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index b48548e..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. @@ -98,11 +99,6 @@ Sebastian Riedel, c Simon Cozens, C -=head1 THANK YOU - -Jesse Scheidlower, Jody Belka, Markus Ramberg, Mickael Joanne, Simon Flack, -Veljko Vidovic and all the others who've helped. - =head1 LICENSE You may distribute this code under the same terms as Perl itself.