From: David Baird Date: Wed, 5 Oct 2005 19:54:28 +0000 (+0000) Subject: added stash to Maypole.pm X-Git-Tag: 2.11~129 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=1d4cf48b6f75c5273fb800ca9442bd423b8c772b added stash to Maypole.pm git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@389 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 664df4b..2535340 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -19,7 +19,7 @@ __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( qw( params query objects model_class template_args output path args action template error document_encoding content_type table - headers_in headers_out ) + headers_in headers_out stash ) ); __PACKAGE__->config( Maypole::Config->new() ); __PACKAGE__->init_done(0); @@ -579,6 +579,10 @@ C list. See L for more information. Get/set a hash of template variables. +=head3 stash + +A place to put custom application data. Not used by Maypole itself. + =head3 template Get/set the template to be used by the view. By default, it returns