]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
Maypole-2.10.tar.gz
[maypole.git] / lib / Maypole / Config.pm
index cc9a9f59250b9a9faa74f4689b3629e7991c3b65..88dc8eeee0fae3dd9e12a700e83a56090df4008c 100644 (file)
@@ -5,12 +5,13 @@ use attributes ();
 use strict;
 use warnings;
 
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 333 $ =~ /: (\d+)/;
 
 # Public accessors.
 __PACKAGE__->mk_accessors(
-     qw( view view_options uri_base template_root model loader display_tables
-         ok_tables rows_per_page dsn user pass opts application_name)
+     qw( view view_options uri_base template_root template_extension model
+         loader display_tables ok_tables rows_per_page dsn user pass opts
+         application_name)
 );
 
 # Should only be modified by model.
@@ -46,6 +47,10 @@ Optional.
 
 Contains a list of all tables, if supported by model.
 
+=head3 template_extension
+
+Optional template file extension.
+
 =head3 template_root
 
 This is where your application can find its templates.