LEGAL
#===========================================================================
Copyright (C) 2008 by Nik Ogura. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Bug reports and comments to nik.ogura@gmail.com.
#===========================================================================
NAME
CGI::Lazy::Plugin
SYNOPSIS
use CGI::Lazy;
my $q = CGI::Lazy->new('/path/to/config/file');
DESCRIPTION
Internal module used for tracking which pieces of CGI::Lazy are being used. Plugins are enabled or excluded in the config file.
METHODS
config ( )
Returns CGI::Lazy::Config object.
q ()
Returns CGI::Lazy object
new ( q )
Constructor
q
CGI::Lazy Object