Kwalitee Issues

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 (33) does not match dist (34):
  • Missing in MANIFEST: .cvsignore

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: Basset-1.04/lib/Basset/DB/Table/View.pm -- Around line 76: You can't have =items (as at line 82) unless the first thing after the =over is an =item Basset-1.04/lib/Basset/DB/Table.pm -- Around line 60: You can't have =items (as at line 66) unless the first thing after the =over is an =item Around line 1261: You can't have =items (as at line 1265) unless the first thing after the =over is an =item Basset-1.04/lib/Basset/DB.pm -- Around line 273: '=item' outside of any '=over' =over without closing =back Around line 312: =over without closing =back Basset-1.04/lib/Basset/Logger.pm -- Around line 50: =over without closing =back Basset-1.04/lib/Basset/Machine.pm -- Around line 225: '=item' outside of any '=over' Around line 255: You forgot a '=back' before '=head1' Basset-1.04/lib/Basset/NotificationCenter.pm -- Around line 77: You can't have =items (as at line 96) unless the first thing after the =over is an =item Around line 187: You can't have =items (as at line 193) unless the first thing after the =over is an =item Basset-1.04/lib/Basset/Object/Conf.pm -- Around line 465: =cut found outside a pod block. Skipping to next block. Basset-1.04/lib/Basset/Object/Persistent.pm -- Around line 381: =over without closing =back Basset-1.04/lib/Basset/Test.pm -- Around line 27: =over without closing =back Around line 61: =end btest without matching =begin. (Stack: =over)

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.

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.

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.00,1.01,1.02,1.03,1.04

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

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

has_separate_license_file

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

Modules

Name Abstract Version View
Basset::Container::Hash 1.00 metacpan
Basset::DB talks to your database and gives you a few helper database methods. 1.03 metacpan
Basset::DB::Nontransactional A non transactional database driver. 1.02 metacpan
Basset::DB::Table used to define database tables, ways to load that data into memory and build queries based upon the table information 1.02 metacpan
Basset::DB::Table::View used to define virtual views to your objects. 1.00 metacpan
Basset::Logger Logger object. Writes things to files. 1.01 metacpan
Basset::Machine used to state machines 1.01 metacpan
Basset::Machine::State used to create machine states. 1.01 metacpan
Basset::NotificationCenter used to notify other objects of interesting things 1.02 metacpan
Basset::Object used to create objects 1.03 metacpan
Basset::Object::Conf used to read conf files 1.03 metacpan
Basset::Object::Persistent subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. 1.03 metacpan
Basset::Template my templating system 1.04 metacpan
Basset::Test 1.01 metacpan
Basset::Test::More 1.00 metacpan

Provides

Name File View
Basset::Test::_Handle lib/Basset/Test.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan