]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
small updates to docs, etc
[maypole.git] / lib / Maypole.pm
index 35347ad806eaa4828faa066aa4358ce0f7f62fae..c3e3525d585c0c2422459d09c80d59bf634b0884 100644 (file)
@@ -1151,6 +1151,11 @@ sub object {
 
 Get/set a hash of template variables.
 
+Maypole reserved words for template variables will over-ride values in template_variables.
+
+Reserved words are : r, request, object, objects, base, config and errors, as well as the
+current class or object name.
+
 =item stash
 
 A place to put custom application data. Not used by Maypole itself.