PDL 2.100 Latest
Kwalitee Issues
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: META.json,META.yml
- 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: PDL::Demos::BAD_demo, PDL::Demos::Cartography_demo, PDL::Demos::Func_demo, PDL::Demos::General, PDL::Demos::Sound, PDL::Demos::Transform_demo, PDL::FFT
- 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: GENERATED/PDL/Bad.pm, GENERATED/PDL/Compression.pm, GENERATED/PDL/FFT.pm, GENERATED/PDL/IO/Misc.pm, GENERATED/PDL/IO/Pnm.pm, GENERATED/PDL/Image2D.pm, GENERATED/PDL/ImageND.pm, GENERATED/PDL/ImageRGB.pm, GENERATED/PDL/Math.pm, GENERATED/PDL/MatrixOps.pm, GENERATED/PDL/Ops.pm, GENERATED/PDL/Primitive.pm, GENERATED/PDL/Slices.pm, GENERATED/PDL/Transform.pm, GENERATED/PDL/Ufunc.pm
- 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: PDL::Bad, PDL::Demos::BAD_demo, PDL::Demos::Cartography_demo, PDL::Demos::Func_demo, PDL::Demos::General, PDL::Demos::Sound, PDL::Demos::Transform_demo, PDL::FFT, PDL::MatrixOps
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/PDL/Lite.pm: HASH(0x5609d4187450)
- lib/PDL/LiteF.pm: HASH(0x5609d4c7c6c8)
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.000003,0.001,0.02,0.07,0.22,0.4,0.5,0.6,0.92,1.001,1.003002,1.1,2.009,2.096,2.100,2.3
- 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_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.