CGISession Latest
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_version
-
Add a version number to the packed distribution. Or use a buildtool ('make dist' or 'Build dist')
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:
- Session/blib/man3/CGI::Session.3
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error: Cannot find MANIFEST in dist.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: CGI::LDAPSession::CookieJar::DBI, CGI::Session::Authenticator::Backdoor, CGI::Session::Authenticator::Backdoor, CGI::Session::Authenticator::LDAP, CGI::Session::Authenticator::LDAP, CGI::Session::Authenticator::NetLDAP, CGI::Session::Authenticator::NetLDAP, CGI::Session::Authorizor::Allowed_User_File, CGI::Session::Authorizor::Allowed_User_File, CGI::Session::Authorizor::LDAP, CGI::Session::Authorizor::LDAP, CGI::Session::Authorizor::NetLDAP, CGI::Session::Authorizor::NetLDAP, CGI::Session::CookieJar, CGI::Session::CookieJar, CGI::Session::CookieJar::DBI, CGI::Session::CookieJar::DBI
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- Date::Format
- Mozilla::LDAP::Conn
- Mozilla::LDAP::Utils
- Net::LDAP
- 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: CGI/Session/CVS/Base/LDAPSession.pm -- Around line 31: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 519: =over should be: '=over' or '=over positive_number' Around line 554: You forgot a '=back' before '=head2' Around line 740: '=item' outside of any '=over' Around line 1773: '=item' outside of any '=over' =over without closing =back CGI/Session/Session.pm -- Around line 528: =over should be: '=over' or '=over positive_number' Around line 563: You forgot a '=back' before '=head2' Around line 742: '=item' outside of any '=over' Around line 1490: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authenticator/Backdoor.pm -- Around line 57: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authenticator/LDAP.pm -- Around line 83: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authenticator/NetLDAP.pm -- Around line 109: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authorizor/Allowed_User_File.pm -- Around line 86: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authorizor/LDAP.pm -- Around line 80: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/Authorizor/NetLDAP.pm -- Around line 144: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/CookieJar/DBI.pm -- Around line 48: Unknown directive: =name Around line 102: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session/CookieJar.pm -- Around line 8: '=item' outside of any '=over' =over without closing =back CGI/Session/blib/lib/CGI/Session.pm -- Around line 528: =over should be: '=over' or '=over positive_number' Around line 563: You forgot a '=back' before '=head2' Around line 742: '=item' outside of any '=over' Around line 1490: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authenticator/Backdoor.pm -- Around line 57: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authenticator/LDAP.pm -- Around line 83: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authenticator/NetLDAP.pm -- Around line 109: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authorizor/Allowed_User_File.pm -- Around line 86: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authorizor/LDAP.pm -- Around line 80: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/Authorizor/NetLDAP.pm -- Around line 144: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/CookieJar/DBI.pm -- Around line 48: Unknown directive: =name Around line 102: '=item' outside of any '=over' =over without closing =back CGI/Session/lib/CGI/Session/CookieJar.pm -- Around line 8: '=item' outside of any '=over' =over without closing =back CGI/Session/libpres/CGI/LDAPSession/CookieJar/DBI.pm -- Around line 44: '=item' outside of any '=over' =over without closing =back
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: Session/CVS/Base/LDAPSession.pm, Session/libpres/CGI/LDAPSession/CookieJar/DBI.pm, Session/Session.pm, Session/blib/lib/CGI/Session.pm, Session/blib/lib/CGI/Session/Authenticator/Backdoor.pm, Session/lib/CGI/Session/Authenticator/Backdoor.pm, Session/blib/lib/CGI/Session/Authenticator/LDAP.pm, Session/lib/CGI/Session/Authenticator/LDAP.pm, Session/blib/lib/CGI/Session/Authenticator/NetLDAP.pm, Session/lib/CGI/Session/Authenticator/NetLDAP.pm, Session/blib/lib/CGI/Session/Authorizor/Allowed_User_File.pm, Session/lib/CGI/Session/Authorizor/Allowed_User_File.pm, Session/blib/lib/CGI/Session/Authorizor/LDAP.pm, Session/lib/CGI/Session/Authorizor/LDAP.pm, Session/blib/lib/CGI/Session/Authorizor/NetLDAP.pm, Session/lib/CGI/Session/Authorizor/NetLDAP.pm, Session/blib/lib/CGI/Session/CGI.pm, Session/lib/CGI/Session/CGI.pm, Session/blib/lib/CGI/Session/CookieJar.pm, Session/lib/CGI/Session/CookieJar.pm, Session/blib/lib/CGI/Session/CookieJar/DBI.pm, Session/lib/CGI/Session/CookieJar/DBI.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: CGI::LDAPSession, CGI::LDAPSession::CookieJar::DBI, CGI::Session, CGI::Session, CGI::Session::Authenticator::Backdoor, CGI::Session::Authenticator::Backdoor, CGI::Session::Authenticator::LDAP, CGI::Session::Authenticator::LDAP, CGI::Session::Authenticator::NetLDAP, CGI::Session::Authenticator::NetLDAP, CGI::Session::Authorizor::Allowed_User_File, CGI::Session::Authorizor::Allowed_User_File, CGI::Session::Authorizor::LDAP, CGI::Session::Authorizor::LDAP, CGI::Session::Authorizor::NetLDAP, CGI::Session::Authorizor::NetLDAP, CGI::Session::CGI, CGI::Session::CGI, CGI::Session::CookieJar, CGI::Session::CookieJar, CGI::Session::CookieJar::DBI, CGI::Session::CookieJar::DBI
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- CGI::Session
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- Session/CVS/Base/LDAPSession.pm: HASH(0x55a43f7db7e0)
- Session/Session.pm: HASH(0x55a43fcaf768)
- 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 |
---|---|---|---|
CGI::LDAPSession | CGI cookie authentication against an LDAP database | metacpan | |
CGI::LDAPSession::CookieJar::DBI | metacpan | ||
CGI::Session | CGI cookie authentication against an LDAP database | metacpan | |
CGI::Session::Authenticator::Backdoor | metacpan | ||
CGI::Session::Authenticator::LDAP | metacpan | ||
CGI::Session::Authenticator::NetLDAP | metacpan | ||
CGI::Session::Authorizor::Allowed_User_File | metacpan | ||
CGI::Session::Authorizor::LDAP | metacpan | ||
CGI::Session::Authorizor::NetLDAP | metacpan | ||
CGI::Session::CGI | metacpan | ||
CGI::Session::CookieJar | metacpan | ||
CGI::Session::CookieJar::DBI | metacpan |