Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: '<undef>' for 'Data::Dumper' is not a valid version. (requires -> Data::Dumper) [Validation: 1.0];'<undef>' for 'LWP::UserAgent' is not a valid version. (requires -> LWP::UserAgent) [Validation: 1.0];'<undef>' for 'Locale::Maketext' is not a valid version. (requires -> Locale::Maketext) [Validation: 1.0];'<undef>' for 'Storable' is not a valid version. (requires -> Storable) [Validation: 1.0];'<undef>' for 'Time::Local' is not a valid version. (requires -> Time::Local) [Validation: 1.0];'<undef>' for 'URI::Escape' is not a valid version. (requires -> URI::Escape) [Validation: 1.0];'<undef>' for 'XML::Simple' is not a valid version. (requires -> XML::Simple) [Validation: 1.0]

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: Weather::Com::L10N, Weather::Com::L10N::de, Weather::Com::L10N::en_us, Weather::Com::L10N::fr, Weather::Com::Simple

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: Weather-Com-0.5.2/lib/Weather/Com/CurrentConditions.pm -- Around line 229: Non-ASCII character seen before =encoding in '"°C\n";'. Assuming CP1252 Weather-Com-0.5.2/lib/Weather/Com.pod -- Around line 294: Non-ASCII character seen before =encoding in '"°C\n";'. 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.

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: Weather::Com::DateTime, Weather::Com::DayPart, Weather::Com::Forecast, Weather::Com::L10N, Weather::Com::L10N::de, Weather::Com::L10N::en_us, Weather::Com::L10N::fr, Weather::Com::Simple

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.002,1.003,1.005,1.006,1.007,1.008,1.009,1.010,1.014

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
Weather::Com::AirPressure class containing barometric pressure data 1.010 metacpan
Weather::Com::Base Perl extension for getting weather information from weather.com 1.009 metacpan
Weather::Com::Cached Perl extension for getting weather information from I<weather.com> 1.007 metacpan
Weather::Com::CurrentConditions class containing current weather conditions 1.014 metacpan
Weather::Com::DateTime date and time class 1.007 metacpan
Weather::Com::DayForecast class representing a forecast for one day 1.008 metacpan
Weather::Com::DayPart class representing daytime or night part of a forecast 1.008 metacpan
Weather::Com::Finder finder class to search for I<weather.com> location's 1.008 metacpan
Weather::Com::Forecast class representing all available weather forecasts for one location 1.006 metacpan
Weather::Com::L10N 1.003 metacpan
Weather::Com::L10N::de 1.006 metacpan
Weather::Com::L10N::en_us 1.002 metacpan
Weather::Com::L10N::fr 1.002 metacpan
Weather::Com::Location class representing one location and its weather 1.010 metacpan
Weather::Com::Moon class containing moon phase information 1.007 metacpan
Weather::Com::Object 1.003 metacpan
Weather::Com::Simple Simple Wrapper around the L<Weather::Com::Cached> API 1.003 metacpan
Weather::Com::UVIndex class containing the uv index data 1.009 metacpan
Weather::Com::Units class representing units of measure 1.005 metacpan
Weather::Com::Wind class containing wind data 1.010 metacpan

Other Files

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