]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Config.pm
POD updates: fleshed out some weak areas, reorganised a little and fixed some typogra...
[maypole.git] / lib / Maypole / Config.pm
index 024b78cf727899949d05dc1d5f7ee8beede96bd9..cc9a9f59250b9a9faa74f4689b3629e7991c3b65 100644 (file)
@@ -34,10 +34,14 @@ This class stores all configuration data for your Maypole application.
 
 This should be a string containing your application's name.
 
+Optional. Is used in the factory templates.
+
 =head3 rows_per_page
 
 This is the number of rows your application should display per page.
 
+Optional.
+
 =head3 tables
 
 Contains a list of all tables, if supported by model.
@@ -48,8 +52,7 @@ This is where your application can find its templates.
 
 =head3 uri_base
 
-This is the URI base that should be prepended to your application when
-Maypole
+This is the URI base that should be prepended to your application when Maypole
 makes URLs.
 
 =head3 view