AI-NNFlex 0.13 Deleted

Kwalitee Issues

has_meta_yml

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

has_tests

Add tests!

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 (22):
  • 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_momentum.pl, examples/xor_with_datasets.pl
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.13/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.13/lib/AI/NNFlex/backprop.pm -- Around line 30: '=item' outside of any '=over' Around line 46: You forgot a '=back' before '=head1' Around line 48: '=item' outside of any '=over' Around line 106: You forgot a '=back' before '=head1' Around line 108: '=item' outside of any '=over' Around line 156: You forgot a '=back' before '=head1' Around line 158: '=item' outside of any '=over' Around line 195: You forgot a '=back' before '=head1' Around line 197: '=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.13/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.13/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.13/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.13/lib/AI/NNFlex/momentum.pm -- Around line 27: '=item' outside of any '=over' Around line 53: You forgot a '=back' before '=head1' Around line 55: '=item' outside of any '=over' Around line 113: You forgot a '=back' before '=head1' Around line 115: '=item' outside of any '=over' Around line 163: You forgot a '=back' before '=head1' Around line 165: '=item' outside of any '=over' Around line 212: You forgot a '=back' before '=head1' Around line 214: '=item' outside of any '=over' Around line 296: You forgot a '=back' before '=head1' Around line 298: '=item' outside of any '=over' =over without closing =back AI-NNFlex-0.13/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.13/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.13/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 AI-NNFlex-0.13/lib/AI/NNFlex.pm -- Around line 451: Unknown directive: =head Around line 865: '=item' outside of any '=over' Around line 924: You forgot a '=back' before '=head1' Around line 1019: '=item' outside of any '=over' Around line 1073: You forgot a '=back' before '=head1' Around line 1173: '=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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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.13 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