]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
added new attribute to Maypole::Config - request_options
[maypole.git] / lib / Maypole / Config.pm
index 3307f8f5b650547145370c48170ff7b42ea2a403..247398675015cdec1ac1aa1f66acec45f4f711f9 100644 (file)
@@ -11,7 +11,7 @@ our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/;
 __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,