Kwalitee Issues

has_meta_yml

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

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Audio::Filter, Audio::Play, Audio::Play::Net, Play::config::generic

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Tk
  • Tk::Canvas
  • Tk::Derived
  • Tk::widgets

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: Audio-1.029/Data/Data.pm -- Around line 612: =back doesn't take any parameters, but you said =back 4 Around line 680: =back doesn't take any parameters, but you said =back 4 Audio-1.029/Play/Play.pm -- Around line 116: =back doesn't take any parameters, but you said =back 4

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: Data/Data.pm, Data/Filter.pm, Play/Play.pm, Play/Net/Net.pm, Play/config/generic.pm, Tk/Scope.pm

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.

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: Audio::Data, Audio::Filter, Audio::Play, Audio::Play::Net, Play::config::generic, Tk::Scope

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Audio::AntiResonator
  • Audio::Data
  • Audio::Filter
  • Audio::Filter::AllPole
  • Audio::Filter::FIR
  • Audio::Play
  • Audio::Play::Net
  • Audio::Resonator
  • Tk::Scope

consistent_version

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

Error: 0.001,1.000,1.029

Modules

Name Abstract Version View
Audio::Data module for representing audio data to perl 1.029 metacpan
Audio::Filter metacpan
Audio::Play interface for B<Audio::Data> to hardware 1.000 metacpan
Audio::Play::Net 0.001 metacpan
Tk::Scope metacpan

Provides

Name File View
Audio::AntiResonator Data/Filter.pm metacpan
Audio::Filter::AllPole Data/Filter.pm metacpan
Audio::Filter::FIR Data/Filter.pm metacpan
Audio::Resonator Data/Filter.pm metacpan

Other Files

Data/Makefile.PL metacpan
MANIFEST metacpan
Makefile.PL metacpan
Play/Makefile.PL metacpan
Play/Net/Makefile.PL metacpan
README metacpan
README.Porting metacpan