Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: CopyTree-VendorProof;CopyTree-VendorProof-LocalFileOp;SharePoint-SOAPHandler

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:

  • CopyTree-VendorProof-LocalFileOp/blib/man3/CopyTree::VendorProof::LocalFileOp.3pm
  • CopyTree-VendorProof/blib/man3/CopyTree::VendorProof.3pm
  • SharePoint-SOAPHandler/blib/man3/SharePoint::SOAPHandler.3pm

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.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Authen::NTLM
  • LWP::Debug
  • LWP::UserAgent
  • SOAP::Lite

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: CopyTree-VendorProof/blib/lib/CopyTree/VendorProof.pm, CopyTree-VendorProof/lib/CopyTree/VendorProof.pm, CopyTree-VendorProof-LocalFileOp/blib/lib/CopyTree/VendorProof/LocalFileOp.pm, CopyTree-VendorProof-LocalFileOp/lib/CopyTree/VendorProof/LocalFileOp.pm, SharePoint-SOAPHandler/blib/lib/SharePoint/SOAPHandler.pm, SharePoint-SOAPHandler/lib/SharePoint/SOAPHandler.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_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
CopyTree::VendorProof Perl extension for a generic interface to inplement a copy method between [a local computer and a remote file system] or [a remote file system and itself] or [local computer to local computer]. An example remote system would be Microsoft's Sharepoint file storeage, which takes commands via https 0.0011 metacpan
CopyTree::VendorProof::LocalFileOp Perl extension for providing a connecter instance for CopyTree::VendorProof. 0.0011 metacpan
SharePoint::SOAPHandler Perl extension for providing a Sharepoint connecter instance for CopyTree::VendorProof. 0.0011 metacpan

Other Files

CopyTree-VendorProof/MANIFEST metacpan
CopyTree-VendorProof/Makefile.PL metacpan
CopyTree-VendorProof-LocalFileOp/MANIFEST metacpan
CopyTree-VendorProof-LocalFileOp/Makefile.PL metacpan
SharePoint-SOAPHandler/MANIFEST metacpan
SharePoint-SOAPHandler/Makefile.PL metacpan