package Egg::Plugin::SessionKit; # # Masatoshi Mizuno ElusheE<64>cpan.orgE # # $Id: SessionKit.pm 322 2008-04-17 12:33:58Z lushe $ # use strict; use warnings; use base qw/ Egg::Plugin::Session /; our $VERSION= '3.05'; 1; __END__ =head1 NAME Egg::Plugin::SessionKit - Package kit to use session. =head1 DESCRIPTION It is a package kit to use the session function. The following modules are included. =over 4 =item * Model L, =over 4 =item * Base class module. L, L, =item * Component module. =over 4 =item * Base system L, L, L, =item * Bind sytem L, =item * ID system L, L, L, L, L, =item * Store system L, L, =item * Plugin system L, L, L, L, =back =back =item * Plugin L, =item * Helper L, =back =head1 SEE ALSO L, L, =head1 AUTHOR Masatoshi Mizuno ElusheE<64>cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2008 Bee Flag, Corp. ELE, 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. =cut