]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
Fixes to XHTML & CSS compability.
[maypole.git] / lib / Maypole / Config.pm
index b48548efa6d0251dd750c98a85bd8d502eef8c44..54f2c1ee8eaeea526c4c4144fde66092d780ec18 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 models)
 );
 
 # Should only be modified by model.
@@ -98,11 +99,6 @@ Sebastian Riedel, c<sri@oook.de>
 
 Simon Cozens, C<simon@cpan.org>
 
-=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.