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.03/Packet/ARP.pm -- Around line 163: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/Consts.pm -- Around line 305: Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252 Net-Packet-2.03/Packet/ETH.pm -- Around line 119: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/Frame.pm -- Around line 446: Non-ASCII character seen before =encoding in '# Net::Packet::IPv4'. Assuming CP1252 Net-Packet-2.03/Packet/IPv4.pm -- Around line 271: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/IPv6.pm -- Around line 159: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/Layer7.pm -- Around line 79: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/NULL.pm -- Around line 94: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/RAW.pm -- Around line 45: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/SLL.pm -- Around line 124: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/TCP.pm -- Around line 316: Non-ASCII character seen before =encoding in '# Build'. Assuming CP1252 Net-Packet-2.03/Packet/VLAN.pm -- Around line 119: Non-ASCII character seen before =encoding in '# Load'. Assuming CP1252 Net-Packet-2.03/Packet.pm -- Around line 118: 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

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • Packet/ARP.pm: HASH(0x55c8d2d44cc0)
  • Packet/Consts.pm: HASH(0x55c8d22736d0)
  • Packet/Desc.pm: HASH(0x55c8d279f628)
  • Packet/DescL2.pm: HASH(0x55c8d1e964e0)
  • Packet/DescL3.pm: HASH(0x55c8d2dbff98)
  • Packet/DescL4.pm: HASH(0x55c8d2d7cbf0)
  • Packet/Dump.pm: HASH(0x55c8d2b13a00)
  • Packet/ETH.pm: HASH(0x55c8d2dbffc8)
  • Packet/Env.pm: HASH(0x55c8d1f3c428)
  • Packet/Frame.pm: HASH(0x55c8d2dc17a0)
  • Packet/ICMPv4.pm: HASH(0x55c8d2db9c40)
  • Packet/IPv4.pm: HASH(0x55c8d2dae308)
  • Packet/IPv6.pm: HASH(0x55c8d2dbda70)
  • Packet/Layer.pm: HASH(0x55c8d2dae7d0)
  • Packet/Layer2.pm: HASH(0x55c8d2d44290)
  • Packet/Layer3.pm: HASH(0x55c8d2d43b10)
  • Packet/Layer4.pm: HASH(0x55c8d2dc1680)
  • Packet/Layer7.pm: HASH(0x55c8d2d433c8)
  • Packet/NULL.pm: HASH(0x55c8d2d44a68)
  • Packet/RAW.pm: HASH(0x55c8d2af31f8)
  • Packet/SLL.pm: HASH(0x55c8d24feea0)
  • Packet/TCP.pm: HASH(0x55c8d2dc1e90)
  • Packet/UDP.pm: HASH(0x55c8d1cdcab8)
  • Packet/Utils.pm: HASH(0x55c8d2d44b10)
  • Packet/VLAN.pm: HASH(0x55c8d2d44230)
  • Pkt.pm: HASH(0x55c8d24ccb78)

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

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
Net::Packet a framework to easily send and receive frames from layer 2 to layer 7 2.03 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