Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

has_tests

Add tests!

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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: Cannot find MANIFEST in dist.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • IDS::Utils
  • Statistics::Basic::CoVariance
  • Statistics::Basic::Variance
  • Statistics::Lite
  • Tk

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.

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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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.0,1.1,3.1

Modules

Name Abstract Version View
IDS::Algorithm::Chi2ICD learn or test the character distribution of a string, using the Chi2 of ICD developed by Kruegel and Vigna (See the L</SEE ALSO> section for the reference). 1.0 metacpan
IDS::Algorithm::DFA 3.1 metacpan
IDS::Algorithm::EnumOrRandom is a value enumurated or random; based on section 4.4 in the Kruegel and Vigna paper (L</SEE ALSO>). 1.0 metacpan
IDS::Algorithm::KruegelVigna an IDS algorithm based on the Kruegel and Vigna paper (L</SEE ALSO>). 1.0 metacpan
IDS::Algorithm::Length learn or test the length of a string; based on section 4.1 in the Kruegel and Vigna paper (L</SEE ALSO>). 1.0 metacpan
IDS::Algorithm::MM Learn or test using a first-order Markov Model (MM). 1.0 metacpan
IDS::Algorithm::Mahalanobis 1.0 metacpan
IDS::Algorithm::Ngram 1.0 metacpan
IDS::Algorithm::Null An IDS algorithm that does nothing. Useful for performance testing the I/O system with IDS::Test. 1.0 metacpan
IDS::Algorithm::Order learn and/or test the order of attributes; based on section 4.6 in the Kruegel and Vigna paper (L</SEE ALSO>). 1.0 metacpan
IDS::Algorithm::Presence earn and.or test for the presence or absence of attributes; based on section 4.5 in the Kruegel and Vigna paper (L</SEE ALSO>). 1.0 metacpan
IDS::Algorithm::Template A template for an IDS algorithm for use with IDS::Test. 1.0 metacpan

Provides

Name File View
IDS::DFAState lib/IDS/Algorithm/DFAState.pm metacpan

Other Files

Changes metacpan
Makefile.PL metacpan
README metacpan