Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Crypt::CBC
  • DBI
  • Digest::HMAC
  • Digest::SHA1

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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: LibWeb/Admin.pm, LibWeb/CGI.pm, LibWeb/Class.pm, LibWeb/Core.pm, LibWeb/Crypt.pm, LibWeb/Database.pm, LibWeb/Database/Mysql.pm, LibWeb/Digest.pm, LibWeb/File.pm, LibWeb/HTML/Default.pm, LibWeb/HTML/Error.pm, LibWeb/HTML/Standard.pm, LibWeb/Session.pm, LibWeb/Themes/Default.pm, LibWeb/Time.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: LibWeb::Admin, LibWeb::CGI, LibWeb::Class, LibWeb::Core, LibWeb::Crypt, LibWeb::Database, LibWeb::Database::Mysql, LibWeb::Digest, LibWeb::File, LibWeb::HTML::Default, LibWeb::HTML::Error, LibWeb::HTML::Standard, LibWeb::Session, LibWeb::Themes::Default, LibWeb::Time

Modules

Name Abstract Version View
LibWeb::Admin User authentication for libweb applications 0.02 metacpan
LibWeb::CGI Extra cgi supports for libweb applications 0.02 metacpan
LibWeb::Class A base class for libweb modules 0.02 metacpan
LibWeb::Core The core class for libweb modules 0.02 metacpan
LibWeb::Crypt Encryption for libweb applications 0.02 metacpan
LibWeb::Database A generic database driver for libweb applications 0.02 metacpan
LibWeb::Database::Mysql Mysql database API for libweb applications 0.02 metacpan
LibWeb::Digest Digest generation for libweb applications 0.02 metacpan
LibWeb::File File manipulations for libweb applications 0.02 metacpan
LibWeb::HTML::Default 0.02 metacpan
LibWeb::HTML::Error Displaying error messages in html for libweb applications 0.02 metacpan
LibWeb::HTML::Standard An interface defining HTML display for libweb applications 0.02 metacpan
LibWeb::Session 0.02 metacpan
LibWeb::Themes::Default Default HTML widgets and theme for libweb applications 0.02 metacpan
LibWeb::Time Various time formats for libweb applications 0.02 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan