X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;h=54f2c1ee8eaeea526c4c4144fde66092d780ec18;hb=bda79f7dd44a9469d27680c1a677f75b1aff2207;hp=b48548efa6d0251dd750c98a85bd8d502eef8c44;hpb=8fe02231d92e4564f0dc52a1aa00e9d0cb974819;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index b48548e..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. @@ -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.