Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: Net-Netconf-1.03;._Net-Netconf-1.03

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

has_tests

Add tests!

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error: Cannot find MANIFEST in dist.

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-Netconf-1.03::lib::Net::._Netconf, Net-Netconf-1.03::lib::Net::Netconf::._Access, Net-Netconf-1.03::lib::Net::Netconf::._Constants, Net-Netconf-1.03::lib::Net::Netconf::._Device, Net-Netconf-1.03::lib::Net::Netconf::._EzEditXML, Net-Netconf-1.03::lib::Net::Netconf::._Manager, Net-Netconf-1.03::lib::Net::Netconf::._SAXHandler, Net-Netconf-1.03::lib::Net::Netconf::._Trace, Net-Netconf-1.03::lib::Net::Netconf::Access::._ssh, Net-Netconf-1.03::tests::unit::._TestDevice, Net::Netconf, Net::Netconf::Access::ssh, Net::Netconf::Constants, Net::Netconf::EzEditXML, Net::Netconf::Manager, Net::Netconf::TestDevice

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Test::Class
  • XML::SAX::Base
  • parent

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: Net-Netconf-1.03/lib/Net/Netconf/Device.pm -- Around line 813: You forgot a '=back' before '=head1' Around line 825: =back doesn't take any parameters, but you said =back =head1 AUTHOR

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • ._Net-Netconf-1.03
  • Net-Netconf-1.03/._.gitignore
  • Net-Netconf-1.03/._CHANGES
  • Net-Netconf-1.03/._LICENSE
  • Net-Netconf-1.03/._MANIFEST
  • Net-Netconf-1.03/._Makefile.PL
  • Net-Netconf-1.03/._README
  • Net-Netconf-1.03/._README.md
  • Net-Netconf-1.03/._examples
  • Net-Netconf-1.03/._lib
  • Net-Netconf-1.03/._tests
  • Net-Netconf-1.03/examples/._collect_show_interface.pl
  • Net-Netconf-1.03/examples/._diagnose_bgp
  • Net-Netconf-1.03/examples/._edit_configuration
  • Net-Netconf-1.03/examples/._get_chassis_inventory
  • Net-Netconf-1.03/examples/._get_system_information.pl
  • Net-Netconf-1.03/examples/diagnose_bgp/._bgp.xml
  • Net-Netconf-1.03/examples/diagnose_bgp/._diagnose_bgp.pl
  • Net-Netconf-1.03/examples/edit_configuration/._config.txt
  • Net-Netconf-1.03/examples/edit_configuration/._config.xml
  • Net-Netconf-1.03/examples/edit_configuration/._edit_configuration.pl
  • Net-Netconf-1.03/examples/get_chassis_inventory/._chassis_inventory.xml
  • Net-Netconf-1.03/examples/get_chassis_inventory/._get_chassis_inventory.pl
  • Net-Netconf-1.03/lib/._Net
  • Net-Netconf-1.03/lib/Net/._Netconf
  • Net-Netconf-1.03/lib/Net/._Netconf.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._Access
  • Net-Netconf-1.03/lib/Net/Netconf/._Access.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._Constants.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._Device.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._EzEditXML.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._Manager.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._SAXHandler.pm
  • Net-Netconf-1.03/lib/Net/Netconf/._Trace.pm
  • Net-Netconf-1.03/lib/Net/Netconf/Access/._ssh.pm
  • Net-Netconf-1.03/tests/._unit
  • Net-Netconf-1.03/tests/unit/._Test.t
  • Net-Netconf-1.03/tests/unit/._TestDevice.pm

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: Net-Netconf-1.03/lib/Net/._Netconf.pm, Net-Netconf-1.03/lib/Net/Netconf/._Access.pm, Net-Netconf-1.03/lib/Net/Netconf/._Constants.pm, Net-Netconf-1.03/lib/Net/Netconf/._Device.pm, Net-Netconf-1.03/lib/Net/Netconf/._EzEditXML.pm, Net-Netconf-1.03/lib/Net/Netconf/._Manager.pm, Net-Netconf-1.03/lib/Net/Netconf/._SAXHandler.pm, Net-Netconf-1.03/lib/Net/Netconf/._Trace.pm, Net-Netconf-1.03/lib/Net/Netconf/Access/._ssh.pm, Net-Netconf-1.03/tests/unit/._TestDevice.pm, Net-Netconf-1.03/lib/Net/Netconf.pm, Net-Netconf-1.03/lib/Net/Netconf/Access.pm, Net-Netconf-1.03/lib/Net/Netconf/Access/ssh.pm, Net-Netconf-1.03/lib/Net/Netconf/Constants.pm, Net-Netconf-1.03/lib/Net/Netconf/Device.pm, Net-Netconf-1.03/lib/Net/Netconf/EzEditXML.pm, Net-Netconf-1.03/lib/Net/Netconf/Manager.pm, Net-Netconf-1.03/lib/Net/Netconf/SAXHandler.pm, Net-Netconf-1.03/tests/unit/TestDevice.pm, Net-Netconf-1.03/lib/Net/Netconf/Trace.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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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-Netconf-1.03::lib::Net::._Netconf, Net-Netconf-1.03::lib::Net::Netconf::._Access, Net-Netconf-1.03::lib::Net::Netconf::._Constants, Net-Netconf-1.03::lib::Net::Netconf::._Device, Net-Netconf-1.03::lib::Net::Netconf::._EzEditXML, Net-Netconf-1.03::lib::Net::Netconf::._Manager, Net-Netconf-1.03::lib::Net::Netconf::._SAXHandler, Net-Netconf-1.03::lib::Net::Netconf::._Trace, Net-Netconf-1.03::lib::Net::Netconf::Access::._ssh, Net-Netconf-1.03::tests::unit::._TestDevice, Net::Netconf, Net::Netconf::Access, Net::Netconf::Access::ssh, Net::Netconf::Constants, Net::Netconf::Device, Net::Netconf::EzEditXML, Net::Netconf::Manager, Net::Netconf::SAXHandler, Net::Netconf::TestDevice, Net::Netconf::Trace

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::Netconf 1.02 metacpan
Net::Netconf::Access 1.02 metacpan
Net::Netconf::Access::ssh 1.02 metacpan
Net::Netconf::Constants 1.02 metacpan
Net::Netconf::Device Implements a remote Netconf device 1.02 metacpan
Net::Netconf::EzEditXML Create XML for JUNOS XML API the Easy Way! 1.02 metacpan
Net::Netconf::Manager 1.02 metacpan
Net::Netconf::SAXHandler 1.02 metacpan
Net::Netconf::TestDevice metacpan
Net::Netconf::Trace 1.02 metacpan

Other Files

Net-Netconf-1.03/MANIFEST metacpan
Net-Netconf-1.03/Makefile.PL metacpan