X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMaypole.pm;h=c3e3525d585c0c2422459d09c80d59bf634b0884;hb=6fb98ace4f824a32e25cbd161743814892d11408;hp=35347ad806eaa4828faa066aa4358ce0f7f62fae;hpb=8ccc7518f5fd8c8bc0964b6ba61d60757b3b09e7;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 35347ad..c3e3525 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -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.