Kwalitee Issues

has_tests

Add tests!

buildtool_not_executable

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

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 (29) does not match dist (30):
  • Missing in MANIFEST: osgish-agent-0.1.0.jar

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: osgish-v0.1.0/lib/OSGi/Osgish/Command/Global.pm -- Around line 149: You forgot a '=back' before '=head1' osgish-v0.1.0/lib/OSGi/Osgish/Command/Server.pm -- Around line 85: You forgot a '=back' before '=head1' osgish-v0.1.0/lib/OSGi/Osgish/Command/Service.pm -- Around line 211: You forgot a '=back' before '=head1' osgish-v0.1.0/lib/OSGi/Osgish/Command/Upload.pm -- Around line 224: You forgot a '=back' before '=head1' osgish-v0.1.0/lib/OSGi/Osgish.pm -- Around line 116: You forgot a '=back' before '=head1'

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!

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, OSGi::Osgish::Agent, OSGi::Osgish::Command, OSGi::Osgish::Command::Bundle, OSGi::Osgish::Command::Global, OSGi::Osgish::Command::Server, OSGi::Osgish::Command::Service, OSGi::Osgish::Command::Upload, OSGi::Osgish::CommandHandler, OSGi::Osgish::CompletionHandler, OSGi::Osgish::ServerHandler, OSGi::Osgish::Shell

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 Main osgish object v0.1.0 metacpan
OSGi::Osgish::Agent Access to the OSGi agent bundle metacpan
OSGi::Osgish::Agent::Upload metacpan
OSGi::Osgish::Command Base object for commands metacpan
OSGi::Osgish::Command::Bundle Bundle related commands metacpan
OSGi::Osgish::Command::Global Globally available commands metacpan
OSGi::Osgish::Command::Server Server related commands metacpan
OSGi::Osgish::Command::Service Service related commands metacpan
OSGi::Osgish::Command::Upload Upload related commands metacpan
OSGi::Osgish::CommandHandler Handler for osgish commands metacpan
OSGi::Osgish::CompletionHandler Custom completion routines for readline. metacpan
OSGi::Osgish::ServerHandler Handler for coordinating the server access metacpan
OSGi::Osgish::Shell Facade to Term::ShellUI metacpan

Other Files

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