Kwalitee Issues

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: App-PipeFilters-0.001::lib::App::PipeFilter, App::PipeFilter

prereq_matches_use

List all used modules in META.yml requires

Error:

  • JSON::Path
  • YAML::Syck

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: App-PipeFilter-0.002/App-PipeFilters-0.001/lib/App/PipeFilter/Generic.pm -- Around line 200: =cut found outside a pod block. Skipping to next block. App-PipeFilter-0.002/lib/App/PipeFilter/Generic.pm -- Around line 202: =cut found outside a pod block. Skipping to next block.

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.

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: App-PipeFilters-0.001/lib/App/PipeFilter.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Generic.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Generic/Json.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonCat.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonCut.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonMap.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonPath.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonSort.pm, App-PipeFilters-0.001/lib/App/PipeFilter/JsonToYaml.pm, App-PipeFilters-0.001/lib/App/PipeFilter/MysqlToJson.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Flags/Standard.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Input/Json.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericIO.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericInput.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Opener/GenericOutput.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Output/Json.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Output/Yaml.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Reader/LineByLine.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Reader/Sysread.pm, App-PipeFilters-0.001/lib/App/PipeFilter/Role/Transform/None.pm

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: App-PipeFilters-0.001::lib::App::PipeFilter, App::PipeFilter

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
App::PipeFilter::Generic a generic pipeline filter 0.002 metacpan
App::PipeFilter::Generic::Json a generic JSON pipeline filter 0.002 metacpan
App::PipeFilter::JsonCat useless use of cat(1) for JSON streams 0.002 metacpan
App::PipeFilter::JsonCut return specified fields from a JSON stream 0.002 metacpan
App::PipeFilter::JsonMap map input fields to output fields by renaming them 0.002 metacpan
App::PipeFilter::JsonPath return JSON::Path-specified fields from a JSON stream 0.002 metacpan
App::PipeFilter::JsonSort a sort(1)-like filter that understands JSON fields 0.002 metacpan
App::PipeFilter::JsonToYaml translate streams of JSON objects into YAML 0.002 metacpan
App::PipeFilter::MysqlToJson translate mysql batch output to JSON 0.002 metacpan
App::PipeFilter::Role::Flags::Standard standard flag attributes and getopt 0.002 metacpan
App::PipeFilter::Role::Input::Json parse input as a stream of JSON records 0.002 metacpan
App::PipeFilter::Role::Opener::GenericIO generic methods to open input and output files 0.002 metacpan
App::PipeFilter::Role::Opener::GenericInput common method to open input files 0.002 metacpan
App::PipeFilter::Role::Opener::GenericOutput a generic method to open output files 0.002 metacpan
App::PipeFilter::Role::Output::Json serialize output as one JSON object per line 0.002 metacpan
App::PipeFilter::Role::Output::Yaml serialize output as YAML 0.002 metacpan
App::PipeFilter::Role::Reader::LineByLine read input streams one line at a time 0.002 metacpan
App::PipeFilter::Role::Reader::Sysread read input streams in large chunks for speed 0.002 metacpan
App::PipeFilter::Role::Transform::None don't transform data at all 0.002 metacpan

Other Files

App-PipeFilters-0.001/MANIFEST metacpan
App-PipeFilters-0.001/META.yml metacpan
App-PipeFilters-0.001/Makefile.PL metacpan
App-PipeFilters-0.001/dist.ini metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan