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: License 'lgpl2' is invalid (license) [Validation: 1.4];Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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: Business/ATR.pm, Business/BollingerBands.pm, Business/DMI.pm, Business/EMA.pm, Business/HMA.pm, Business/LaguerreFilter.pm, Business/MACD.pm, Business/ParabolicSAR.pm, Business/RSI.pm, Business/SMA.pm, Business/WMA.pm

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,1.1,1.2,2.4

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.

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
Math::Business::ATR Technical Analysis: Average True Range 2.4 metacpan
Math::Business::BollingerBands Technical Analysis: Bollinger Bands 2.4 metacpan
Math::Business::DMI Technical Analysis: Directional Movement Index (aka ADX) 2.4 metacpan
Math::Business::EMA Technical Analysis: Exponential Moving Average 2.4 metacpan
Math::Business::HMA Technical Analysis: Hull Moving Average 1.2 metacpan
Math::Business::LaguerreFilter Technical Analysis: Laguerre Filter 1 metacpan
Math::Business::MACD Technical Analysis: Moving Average Convergence/Divergence 2.4 metacpan
Math::Business::ParabolicSAR Technical Analysis: Stop and Reversal (aka SAR) 1.2 metacpan
Math::Business::RSI Technical Analysis: Relative Strength Index 2.4 metacpan
Math::Business::SMA Technical Analysis: Simple Moving Average 2.4 metacpan
Math::Business::WMA Technical Analysis: Weighted Moving Average 1.1 metacpan

Other Files

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