-
-
17 Apr 2008 12:35:48 UTC
- Distribution: Egg-Plugin-SessionKit
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2 / 2 / 1)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (40.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt>
NAME
Egg::Helper::Model::Session - Helper who generates session module.
SYNOPSIS
% cd /path/to/MyApp/bin % ./myapp_helper.pl M::Session MySession .......... ......
DESCRIPTION
It is a helper who generates the session module to use it with Egg::Model::Session under the control of 'lib' directory of the project.
It starts specifying the Model::Session mode and the generated module name for the helper script of the project to use it.
% ./myapp_helper.pl Model::Session [MODULE_NAME]
Then, /path/to/MyApp?/lib/MyApp/Model/Session/[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::Session,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
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.
Module Install Instructions
To install Egg::Plugin::SessionKit, copy and paste the appropriate command in to your terminal.
cpanm Egg::Plugin::SessionKit
perl -MCPAN -e shell install Egg::Plugin::SessionKit
For more information on module installation, please visit the detailed CPAN module installation guide.