| Egg-Release-Authorize documentation | Contained in the Egg-Release-Authorize distribution. |
Egg::Release::Authorize - Package kit for attestation.
It is a package kit for the attestation.
The following modules are included.
Egg::Model::Auth::API::DBI, Egg::Model::Auth::API::DBIC, Egg::Model::Auth::API::File,
Egg::Model::Auth::Crypt::CBC, Egg::Model::Auth::Crypt::Func, Egg::Model::Auth::Crypt::MD5, Egg::Model::Auth::Crypt::SHA1,
Egg::Model::Auth::Session::FileCache, Egg::Model::Auth::Session::SessionKit,
Egg::Helper::Model::Auth,
Masatoshi Mizuno <lushe&64;cpan.org>
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.
| Egg-Release-Authorize documentation | Contained in the Egg-Release-Authorize distribution. |
package Egg::Release::Authorize; # # Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt> # # $Id: Authorize.pm 347 2008-06-14 18:57:53Z lushe $ # use strict; use warnings; our $VERSION = '0.06'; 1; __END__