AI-NNFlex 0.14 Deleted

Kwalitee Issues

has_meta_yml

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

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:
  • MANIFEST (10) does not match dist (24):
  • Missing in MANIFEST: CHANGES, INSTALL.txt, MANIFEST, Makefile.PL, README.txt, examples/and.pl, examples/bp.pl, examples/lesion.pl, examples/reinforceTest.pl, examples/simple_xor.pl, examples/xor.pl, examples/xor_momentum.pl, examples/xor_with_datasets.pl, t/NNFlex.t
prereq_matches_use

List all used modules in META.yml requires

Error:
  • GD
no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: AI-NNFlex-0.14/lib/AI/NNFlex/Dataset.pm -- Around line 30: '=item' outside of any '=over' Around line 63: You forgot a '=back' before '=head1' Around line 65: '=item' outside of any '=over' Around line 105: You forgot a '=back' before '=head1' AI-NNFlex-0.14/lib/AI/NNFlex/backprop.pm -- Around line 32: '=item' outside of any '=over' Around line 48: You forgot a '=back' before '=head1' Around line 50: '=item' outside of any '=over' Around line 108: You forgot a '=back' before '=head1' Around line 110: '=item' outside of any '=over' Around line 158: You forgot a '=back' before '=head1' Around line 160: '=item' outside of any '=over' Around line 192: You forgot a '=back' before '=head1' Around line 194: '=item' outside of any '=over' Around line 267: You forgot a '=back' before '=head1' Around line 269: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/draw.pm -- Around line 24: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content AI-NNFlex-0.14/lib/AI/NNFlex/feedforward.pm -- Around line 32: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 35: '=item' outside of any '=over' Around line 55: You forgot a '=back' before '=head1' Around line 57: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/linear.pm -- Around line 23: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 26: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/momentum.pm -- Around line 30: '=item' outside of any '=over' Around line 56: You forgot a '=back' before '=head1' Around line 58: '=item' outside of any '=over' Around line 116: You forgot a '=back' before '=head1' Around line 118: '=item' outside of any '=over' Around line 166: You forgot a '=back' before '=head1' Around line 168: '=item' outside of any '=over' Around line 210: You forgot a '=back' before '=head1' Around line 212: '=item' outside of any '=over' Around line 297: You forgot a '=back' before '=head1' Around line 299: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/reinforce.pm -- Around line 34: '=item' outside of any '=over' Around line 54: You forgot a '=back' before '=head1' Around line 56: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/sigmoid.pm -- Around line 22: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 25: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.14/lib/AI/NNFlex/tanh.pm -- Around line 23: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 26: '=item' outside of any '=over' =over without closing =back

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: AI::NNFlex, AI::NNFlex::Dataset, AI::NNFlex::backprop, AI::NNFlex::draw, AI::NNFlex::feedforward, AI::NNFlex::linear, AI::NNFlex::momentum, AI::NNFlex::reinforce, AI::NNFlex::sigmoid, AI::NNFlex::tanh

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

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.

Modules

Name Abstract Version View
AI::NNFlex A customisable neural network simulator 0.14 metacpan
AI::NNFlex::Dataset metacpan
AI::NNFlex::draw metacpan

Provides

Name File View
AI::NNFlex::layer lib/AI/NNFlex.pm metacpan
AI::NNFlex::node lib/AI/NNFlex.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README.txt metacpan