Kwalitee Issues

has_tests

Add tests!

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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:

  • MANIFEST (14) does not match dist (15):
  • Missing in MANIFEST: osgish-agent-0.1.0.M1.jar

main_module_version_matches_dist_version

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

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

no_maniskip_error

Fix the problematic entry.

Error: Quantifier follows nothing in regex; marked by <-- HERE in m/(?:\bRCS\b)|(?:\bCVS\b)|(?:\bSCCS\b)|(?:,v$)|(?:\B\.svn\b)|(?:\B\.git\b)|(?:\B\.gitignore\b)|(?:\b_darcs\b)|(?:\bMANIFEST\.bak)|(?:\bMakefile$)|(?:\bblib/)|(?:\bMakeMaker-\d)|(?:\bpm_to_blib\.ts$)|(?:\bpm_to_blib$)|(?:\bblibdirs\.ts$)|(?:\bBuild$)|(?:\b_build/)|(?:~$)|(?:\.old$)|(?:\#$)|(?:\b\.#)|(?:\.bak$)|(?:\bcover_db\b)|(?:\bBuild$)|(?:\bBuild.bat$)|(?:\b_build)|(?:\bBuild.COM$)|(?:\bBUILD.COM$)|(?:\bbuild.com$)|(?:\bosgish-[\d\.\_]+)|(?:agent/target/*)|(?:agent/runner/*)|(?:agent/osgish-agent.iml)|(?:\.iml$)|(?:\.ipr$)|(?:\.iws$)|(?:* <-- HERE \.tar.gz$)/ at lib/ExtUtils/Manifest.pm line 440.

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: OSGi::Osgish

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).

Modules

Name Abstract Version View
OSGi::Osgish Access to the OSGi agent bundle v0.1.0_1 metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.yml metacpan
README metacpan