Kwalitee Issues

has_meta_yml

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

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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: C4.pm, C4/Cache.pm, C4/Client.pm, C4/Diff.pm, C4/File.pm, C4/Fstat.pm, C4/Ignore.pm, C4/Info.pm, C4/Path.pm, C4/Submit.pm, C4/Sync.pm, C4/UI.pm, C4/Unknown.pm, C4/Update.pm, C4/User.pm, Getopt.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: P4::C4, P4::C4::Cache, P4::C4::Client, P4::C4::Diff, P4::C4::File, P4::C4::Fstat, P4::C4::Ignore, P4::C4::Info, P4::C4::Path, P4::C4::Submit, P4::C4::Sync, P4::C4::UI, P4::C4::Unknown, P4::C4::Update, P4::C4::User, P4::Getopt

Modules

Name Abstract Version View
P4::C4 CVS Like wrapper for Perforce 2.030 metacpan
P4::C4::Cache Caching of file information for Ct 2.030 metacpan
P4::C4::Client Client utilities 2.030 metacpan
P4::C4::Diff Perforce Diff parsing 2.030 metacpan
P4::C4::File Information on one C4 tracked file 2.030 metacpan
P4::C4::Fstat Perforce Fstat parsing 2.030 metacpan
P4::C4::Ignore Read a cvs ignore file 2.030 metacpan
P4::C4::Info Perforce Info parsing 2.030 metacpan
P4::C4::Path File path and parsing utilities 2.030 metacpan
P4::C4::Submit Perforce Submit parsing 2.030 metacpan
P4::C4::Sync Perforce Sync parsing 2.030 metacpan
P4::C4::UI User Interface class 2.030 metacpan
P4::C4::Unknown Print unknown files 2.030 metacpan
P4::C4::Update 2.030 metacpan
P4::C4::User User utilities 2.030 metacpan
P4::Getopt Get P4 command line options 2.030 metacpan

Provides

Name File View
P4::C4::Client::CreateUI C4/Client.pm metacpan
P4::C4::Client::DeleteUI C4/Client.pm metacpan
P4::C4::Client::ViewUI C4/Client.pm metacpan
P4::C4::Diff::UI C4/Diff.pm metacpan
P4::C4::Fstat::UI C4/Fstat.pm metacpan
P4::C4::Info::UI C4/Info.pm metacpan
P4::C4::Sync::UI C4/Sync.pm metacpan
P4::C4::User::IsUI C4/User.pm metacpan
P4::Client C4/User.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan