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:

  • Net::Pcap
  • NetPacket::Ethernet
  • NetPacket::IP
  • NetPacket::UDP

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.005/lib/App/PipeFilter/Generic.pm -- Around line 45: Unknown directive: =abstract Around line 179: Unknown directive: =copyright

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.

Modules

Name Abstract Version View
App::PipeFilter 0.005 metacpan
App::PipeFilter::Generic 0.005 metacpan
App::PipeFilter::Generic::Json a generic JSON pipeline filter 0.005 metacpan
App::PipeFilter::JsonCat useless use of cat(1) for JSON streams 0.005 metacpan
App::PipeFilter::JsonCut return specified fields from a JSON stream 0.005 metacpan
App::PipeFilter::JsonEthernetToIp 0.005 metacpan
App::PipeFilter::JsonIpToUdp 0.005 metacpan
App::PipeFilter::JsonMap map input fields to output fields by renaming them 0.005 metacpan
App::PipeFilter::JsonPath return JSON::Path-specified fields from a JSON stream 0.005 metacpan
App::PipeFilter::JsonPcapToEthernet 0.005 metacpan
App::PipeFilter::JsonSort a sort(1)-like filter that understands JSON fields 0.005 metacpan
App::PipeFilter::JsonToPcap 0.005 metacpan
App::PipeFilter::JsonToTsv translate streams of JSON objects into tab-separated columns 0.005 metacpan
App::PipeFilter::JsonToYaml translate streams of JSON objects into YAML 0.005 metacpan
App::PipeFilter::MysqlToJson translate mysql batch output to JSON 0.005 metacpan
App::PipeFilter::PcapToJson 0.005 metacpan
App::PipeFilter::Role::Flags::Standard standard flag attributes and getopt 0.005 metacpan
App::PipeFilter::Role::Input::ArrayBuffer 0.005 metacpan
App::PipeFilter::Role::Input::Json parse input as a stream of JSON records 0.005 metacpan
App::PipeFilter::Role::Opener::GenericIO generic methods to open input and output files 0.005 metacpan
App::PipeFilter::Role::Opener::GenericInput common method to open input files 0.005 metacpan
App::PipeFilter::Role::Opener::GenericOutput a generic method to open output files 0.005 metacpan
App::PipeFilter::Role::Opener::PcapInput 0.005 metacpan
App::PipeFilter::Role::Opener::PcapOutput 0.005 metacpan
App::PipeFilter::Role::Output::Json serialize output as one JSON object per line 0.005 metacpan
App::PipeFilter::Role::Output::Pcap 0.005 metacpan
App::PipeFilter::Role::Output::Tsv serialize output objects one per TSV row 0.005 metacpan
App::PipeFilter::Role::Output::Yaml serialize output as YAML 0.005 metacpan
App::PipeFilter::Role::Reader::LineByLine read input streams one line at a time 0.005 metacpan
App::PipeFilter::Role::Reader::Pcap 0.005 metacpan
App::PipeFilter::Role::Reader::Sysread read input streams in large chunks for speed 0.005 metacpan
App::PipeFilter::Role::Transform::EthernetToIp 0.005 metacpan
App::PipeFilter::Role::Transform::IpToUdp 0.005 metacpan
App::PipeFilter::Role::Transform::None don't transform data at all 0.005 metacpan
App::PipeFilter::Role::Transform::PcapToEthernet 0.005 metacpan
App::PipeFilter::Role::Writer::Pcap 0.005 metacpan
App::PipeFilter::Role::Writer::Print 0.005 metacpan

Other Files

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