NAME
OpenFrame::Slot::SimpleGenerator - Generator that returns the session
SYNOPSIS
# as part of the SLOTS entry in OpenFrame::Config:
{
dispatch => 'Local',
name => 'OpenFrame::Slot::SimpleGenerator',
},
DESCRIPTION
OpenFrame::Slot::SimpleGenerator
is an OpenFrame slot that acts much like OpenFrame::Slot::Generator
except it does not process a template but instead returns the OpenFrame session. It is very handy for testing purposes.
AUTHOR
Leon Brocard <leon@fotango.com>
COPYRIGHT
Copyright (C) 2001, Fotango Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.