]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
Maypole-2.12.tar.gz
[maypole.git] / lib / Maypole / Config.pm
index 3307f8f5b650547145370c48170ff7b42ea2a403..c6d3f1eb617fd7fd33ae2b66ffe981527d591daf 100644 (file)
@@ -5,13 +5,13 @@ use attributes ();
 use strict;
 use warnings;
 
-our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
+our $VERSION = "1." . sprintf "%04d", q$Rev: 570 $ =~ /: (\d+)/;
 
 # Public accessors.
 __PACKAGE__->mk_accessors(
      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 additional build_form_elements)
+         application_name additional build_form_elements request_options)
 );
 
 # Should only be modified by model.
@@ -124,6 +124,14 @@ Other options to the DBI connect call.
 
 Username to log into the database with.
 
+=head3 build_form_elements
+
+Flag specifying whether to build metadata for form elements in factory templates
+
+=head3 request_options
+
+Hashref of options passed when creating cgi or apache request
+
 =head2 Adding additional configuration data
 
 You can use the 'additional' attribute for stashing additional info, especially from additional_data method,