Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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 (52) does not match dist (53):
  • Missing in MANIFEST: docs/database.html

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: BuzzSaw-0.12.0/lib/BuzzSaw/DB/Schema/Result/CurrentProcessing.pm -- Around line 67: =cut found outside a pod block. Skipping to next block. BuzzSaw-0.12.0/lib/BuzzSaw/DataSource/Files.pm -- Around line 547: You forgot a '=back' before '=head1' BuzzSaw-0.12.0/lib/BuzzSaw/DataSource.pm -- Around line 206: You forgot a '=back' before '=head1' BuzzSaw-0.12.0/lib/BuzzSaw/ReportLog.pm -- Around line 370: You forgot a '=back' before '=head1'

has_meta_json

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

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
App::BuzzSaw The BuzzSaw command-line application. v0.12.0 metacpan
BuzzSaw::Cmd Super-class for BuzzSaw command line applications v0.12.0 metacpan
BuzzSaw::Cmd::Import BuzzSaw log entry importer application v0.12.0 metacpan
BuzzSaw::DB The BuzzSaw database interface v0.12.0 metacpan
BuzzSaw::DB::Schema The BuzzSaw database schema class v0.12.0 metacpan
BuzzSaw::DB::Schema::Result::CurrentProcessing BuzzSaw DBIx::Class resultset v0.12.0 metacpan
BuzzSaw::DB::Schema::Result::Event BuzzSaw DBIx::Class resultset v0.12.0 metacpan
BuzzSaw::DB::Schema::Result::Log BuzzSaw DBIx::Class resultset v0.12.0 metacpan
BuzzSaw::DB::Schema::Result::Tag BuzzSaw DBIx::Class resultset metacpan
BuzzSaw::DataSource A Moose role which defines the BuzzSaw data source interface v0.12.0 metacpan
BuzzSaw::DataSource::Files A BuzzSaw data source for a set of files. v0.12.0 metacpan
BuzzSaw::DateTime A class which provides additional functionality to DateTime v0.12.0 metacpan
BuzzSaw::Filter A Moose role which defines the BuzzSaw filter interface v0.12.0 metacpan
BuzzSaw::Filter::Kernel A BuzzSaw event filter for kernel log entries v0.12.0 metacpan
BuzzSaw::Filter::Sleep A BuzzSaw event filter for sleep log entries v0.12.0 metacpan
BuzzSaw::Importer Imports log entries of interest from data sources v0.12.0 metacpan
BuzzSaw::Parser A Moose role which defines the BuzzSaw parser interface v0.12.0 metacpan
BuzzSaw::Parser::RFC3339 BuzzSaw parser for log entries with the RFC3339 dates v0.12.0 metacpan
BuzzSaw::Report A Moose class which is used for generating BuzzSaw reports v0.12.0 metacpan
BuzzSaw::Report::Kernel Generate BuzzSaw reports about kernel events v0.12.0 metacpan
BuzzSaw::Report::Sleep Generate BuzzSaw reports about ACPI sleep events v0.12.0 metacpan
BuzzSaw::Reporter v0.12.0 metacpan
BuzzSaw::Types v0.12.0 metacpan

Other Files

Build.PL metacpan
ChangeLog metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan