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: Net::Packet::Layer2, Net::Packet::Layer3, Net::Packet::Layer4, Net::Pkt

no_pod_errors

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

Error: Net-Packet-2.21/Packet/ARP.pm -- Around line 161: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/Consts.pm -- Around line 302: Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252 Net-Packet-2.21/Packet/ETH.pm -- Around line 118: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/Frame.pm -- Around line 453: Non-ASCII character seen before =encoding in '# Net::Packet::IPv4'. Assuming CP1252 Net-Packet-2.21/Packet/IPv4.pm -- Around line 281: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/IPv6.pm -- Around line 157: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/Layer7.pm -- Around line 76: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/NULL.pm -- Around line 91: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/RAW.pm -- Around line 42: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/SLL.pm -- Around line 121: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/TCP.pm -- Around line 313: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.21/Packet/VLAN.pm -- Around line 118: Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252 Net-Packet-2.21/Packet.pm -- Around line 84: Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252

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: Packet.pm, Packet/ARP.pm, Packet/Consts.pm, Packet/Desc.pm, Packet/DescL2.pm, Packet/DescL3.pm, Packet/DescL4.pm, Packet/Dump.pm, Packet/ETH.pm, Packet/Env.pm, Packet/Frame.pm, Packet/ICMPv4.pm, Packet/IPv4.pm, Packet/IPv6.pm, Packet/Layer.pm, Packet/Layer2.pm, Packet/Layer3.pm, Packet/Layer4.pm, Packet/Layer7.pm, Packet/NULL.pm, Packet/RAW.pm, Packet/SLL.pm, Packet/TCP.pm, Packet/UDP.pm, Packet/Utils.pm, Packet/VLAN.pm, Pkt.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.

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: Net::Packet::Layer2, Net::Packet::Layer3, Net::Packet::Layer4, Net::Pkt

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

Modules

Name Abstract Version View
Net::Packet a framework to easily send and receive frames from layer 2 to layer 7 2.21 metacpan
Net::Packet::ARP Address Resolution Protocol layer 3 object metacpan
Net::Packet::Consts all constants used in Net::Packet framework metacpan
Net::Packet::Desc base class for all desc modules metacpan
Net::Packet::DescL2 object for a link layer (layer 2) descriptor metacpan
Net::Packet::DescL3 object for a network layer (layer 3) descriptor metacpan
Net::Packet::DescL4 object for a transport layer (layer 4) descriptor metacpan
Net::Packet::Dump a tcpdump-like object providing frame capturing metacpan
Net::Packet::ETH Ethernet/802.3 layer 2 object metacpan
Net::Packet::Env environment object used for frame capture/injection metacpan
Net::Packet::Frame the core of Net::Packet framework metacpan
Net::Packet::ICMPv4 Internet Control Message Protocol v4 layer 4 object metacpan
Net::Packet::IPv4 Internet Protocol v4 layer 3 object metacpan
Net::Packet::IPv6 Internet Protocol v6 layer 3 object metacpan
Net::Packet::Layer base class for all layer modules metacpan
Net::Packet::Layer2 base class for all layer 2 modules metacpan
Net::Packet::Layer3 base class for all layer 3 modules metacpan
Net::Packet::Layer4 base class for all layer 4 modules metacpan
Net::Packet::Layer7 application layer object metacpan
Net::Packet::NULL BSD loopback layer 2 object metacpan
Net::Packet::RAW empty layer 2 object metacpan
Net::Packet::SLL Linux cooked capture layer 2 object metacpan
Net::Packet::TCP Transmission Control Protocol layer 4 object metacpan
Net::Packet::UDP User Datagram Protocol layer 4 object metacpan
Net::Packet::Utils useful subroutines used in Net::Packet metacpan
Net::Packet::VLAN 802.1Q layer 3 object metacpan
Net::Pkt just loads all of Net::Packet classes and imports all subroutines, constants and globals metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan