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::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-PipeFilters-0.001/lib/App/PipeFilter/Generic.pm -- Around line 200: =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.

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::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.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

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

Other Files

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