Kwalitee Issues

has_meta_yml

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

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 (27) does not match dist (30):
  • Missing in MANIFEST: .DS_Store, lib/.DS_Store, lib/Basset/State.pm

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI

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/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/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 1254: You can't have =items (as at line 1258) unless the first thing after the =over is an =item Basset/lib/Basset/DB.pm -- Around line 273: '=item' outside of any '=over' =over without closing =back Around line 305: =over without closing =back Basset/lib/Basset/Logger.pm -- Around line 50: =over without closing =back Basset/lib/Basset/NotificationCenter.pm -- Around line 78: You can't have =items (as at line 97) unless the first thing after the =over is an =item Around line 188: You can't have =items (as at line 194) unless the first thing after the =over is an =item Basset/lib/Basset/Object/Conf.pm -- Around line 461: =cut found outside a pod block. Skipping to next block. Basset/lib/Basset/Object/Persistent.pm -- Around line 386: =over without closing =back Around line 3421: =over without closing =back Basset/lib/Basset/Test.pm -- Around line 27: =over without closing =back Around line 61: =end btest without matching =begin. (Stack: =over)

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

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.02 metacpan
Basset::DB::Nontransactional A non transactional database driver. 1.01 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.01 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.00 metacpan
Basset::Machine used to state machines 1.00 metacpan
Basset::Machine::State used to create machine states. 1.00 metacpan
Basset::NotificationCenter used to notify other objects of interesting things 1.01 metacpan
Basset::Object used to create objects 1.02 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.02 metacpan
Basset::Template my templating system 1.01 metacpan
Basset::Test 1.00 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
Makefile.PL metacpan
README metacpan