NAME
Egg::Helper::Model::Session - Helper who generates AUTH controller module.
SYNOPSIS
% cd /path/to/MyApp/bin
% ./myapp_helper.pl M::Auth MyAuth
..........
......
DESCRIPTION
It is a helper who generates the controller module to use it with Egg::Model::Auth under the control of 'lib' directory of the project.
It starts specifying the Model::Auth mode and the generated module name for the helper script of the project to use it.
% ./myapp_helper.pl Model::Auth [MODULE_NAME]
Then, '/path/to/MyApp/lib/MyApp/Model/Auth/[MODULE_NAME].pm' is generated.
The configuration and the component module of this session module are additionally corrected to the application after it generates it and it uses it.
SEE ALSO
Egg::Release, Egg::Model::Auth,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.