Egg-Plugin-SessionKit 3.05 Latest
Kwalitee Issues
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Egg-Plugin-SessionKit-3.05/lib/Egg/Model/Session/Manager/Base.pm -- Around line 113: Non-ASCII character seen before =encoding in '¥³¥ó¥¹¥Ã¥é¥¯¥¿¡£'. Assuming CP1252
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.02,0.03,3.00,3.03
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Egg::Helper::Model::Session | Helper who generates session module. | 0.02 | metacpan |
Egg::Model::Session | Model to use session. | 0.02 | metacpan |
Egg::Model::Session::Base::DBI | Session management by DBI. | 0.03 | metacpan |
Egg::Model::Session::Base::DBIC | Session management by DBIC. | metacpan | |
Egg::Model::Session::Base::FileCache | Session management by Cache::FileCache. | 3.00 | metacpan |
Egg::Model::Session::Bind::Cookie | The client and the session are related by using Cookie. | 0.01 | metacpan |
Egg::Model::Session::ID::IPaddr | Internet Protocol address is used for session ID. | 0.01 | metacpan |
Egg::Model::Session::ID::MD5 | MD5 is used for session ID. | 0.01 | metacpan |
Egg::Model::Session::ID::SHA1 | SHA1 is used for session ID. | 0.01 | metacpan |
Egg::Model::Session::ID::UUID | Data::UUID is used for session ID. | 0.01 | metacpan |
Egg::Model::Session::ID::UniqueID | 'mod_uniqueid' is used for session ID. | 0.01 | metacpan |
Egg::Model::Session::Manager::Base | Base class for session manager. | 0.02 | metacpan |
Egg::Model::Session::Manager::TieHash | Tie HASH base class for session manager. | 0.02 | metacpan |
Egg::Model::Session::Plugin::AbsoluteIP | Plugin for session that confirms agreement of IP address. | 0.01 | metacpan |
Egg::Model::Session::Plugin::AgreeAgent | Plugin for session that confirms agreement of HTTP_USER_AGENT. | 0.01 | metacpan |
Egg::Model::Session::Plugin::CclassIP | Plugin for session that confirms C class agreement of IP address. | 0.01 | metacpan |
Egg::Model::Session::Plugin::Ticket | Plugin for session to handle ticket temporarily. | 0.02 | metacpan |
Egg::Model::Session::Store::Base64 | Encode processing of session data by Base64. | 0.01 | metacpan |
Egg::Model::Session::Store::UUencode | Encode processing of session data by UUencode. | 0.01 | metacpan |
Egg::Model::Session::handler | metacpan | ||
Egg::Plugin::Session | Plugin for session. | 0.02 | metacpan |
Egg::Plugin::SessionKit | Package kit to use session. | 3.03 | metacpan |