Kwalitee Issues

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: File-Collector-0.021/attic/Base.pm -- Around line 28: Unknown directive: =method Around line 32: Unknown directive: =method Around line 36: Unknown directive: =func Around line 40: Unknown directive: =func Around line 44: Unknown directive: =attr Around line 48: Unknown directive: =attr File-Collector-0.021/attic/Collector.pod -- Around line 179: Unknown directive: =regmethod Around line 181: Unknown directive: =regmethod Around line 183: Unknown directive: =regmethod Around line 199: Unknown directive: =regmethod Around line 207: Unknown directive: =regmethod Around line 213: Unknown directive: =regmethod Around line 219: Unknown directive: =regmethod Around line 225: Unknown directive: =regmethod Around line 230: Unknown directive: =regmethod Around line 235: Unknown directive: =regmethod Around line 250: Unknown directive: =regmethod Around line 256: Unknown directive: =regmethod Around line 263: Unknown directive: =primethod Around line 273: Unknown directive: =primethod Around line 285: Unknown directive: =primethod Around line 295: Unknown directive: =primethod Around line 303: Unknown directive: =primethod Around line 310: Unknown directive: =regmethod Around line 315: Unknown directive: =itmethod Around line 319: Unknown directive: =itmethod Around line 323: Unknown directive: =itmethod Around line 327: Unknown directive: =itmethod Around line 332: Unknown directive: =itmethod Around line 336: Unknown directive: =itmethod Around line 340: Unknown directive: =itmethod Around line 344: Unknown directive: =itmethod Around line 348: Unknown directive: =itmethod File-Collector-0.021/attic/Processor.pod -- Around line 45: Unknown directive: =method Around line 71: Unknown directive: =method

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.

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: attic/Base.pm

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.

Modules

Name Abstract Version View
File::Collector Collects files and sets up file Processors 0.021 metacpan
File::Collector::Base metacpan
File::Collector::Processor this is what the module does 0.021 metacpan

Provides

Name File View
File::Collector::Processor::Do lib/File/Collector/Processor.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan