Kwalitee Issues

has_meta_yml

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

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

has_license_in_source_file

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

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: GPS::Garmin::Constant

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: perl-GPS-0.17/Garmin/Handler.pm -- Around line 590: You forgot a '=back' before '=head1' Around line 592: Non-ASCII character seen before =encoding in 'Gonçalves'. Assuming CP1252 perl-GPS-0.17/Garmin.pm -- Around line 519: Non-ASCII character seen before =encoding in 'Gonçalves'. Assuming CP1252 perl-GPS-0.17/NMEA/Handler.pm -- Around line 476: You forgot a '=back' before '=head1' perl-GPS-0.17/NMEA.pm -- Around line 159: You forgot a '=back' before '=head1' Around line 204: Non-ASCII character seen before =encoding in 'Gonçalves'. Assuming CP1252 perl-GPS-0.17/Serial.pm -- Around line 261: You forgot a '=back' before '=head1' Around line 263: Non-ASCII character seen before =encoding in 'Gonçalves'. Assuming CP1252

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: Base.pm, Garmin.pm, Garmin/Constant.pm, Garmin/Handler.pm, NMEA.pm, NMEA/Handler.pm, Serial.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: GPS::Base, GPS::Garmin, GPS::Garmin::Constant, GPS::Garmin::Handler, GPS::NMEA, GPS::NMEA::Handler, GPS::Serial

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.04,1.07,1.12,1.16,1.18,1.34

Modules

Name Abstract Version View
GPS::Base 1.04 metacpan
GPS::Garmin Perl interface to GPS equipment using the Garmin Protocol 1.34 metacpan
GPS::Garmin::Constant 1.07 metacpan
GPS::Garmin::Handler Handlers to Garmin data 1.16 metacpan
GPS::NMEA Perl interface to GPS equipment using the NMEA Protocol 1.12 metacpan
GPS::NMEA::Handler Handlers to NMEA data 1.04 metacpan
GPS::Serial Access to the Serial port for the GPS::* modules 1.18 metacpan

Provides

Name File View
GPS::Garmin::Handler::EtrexVenture Garmin/Handler.pm metacpan
GPS::Garmin::Handler::EtrexVistaHCx Garmin/Handler.pm metacpan
GPS::Garmin::Handler::Generic Garmin/Handler.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan