Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_meta_yml

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

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: MANIFEST.SKIP

no_pod_errors

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

Error: StateML-0.22/lib/StateML/Machine.pm -- Around line 13: You can't have =items (as at line 35) unless the first thing after the =over is an =item

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: StateML, StateML::Action, StateML::Arc, StateML::Class, StateML::Constants, StateML::Event, StateML::Machine, StateML::Object, StateML::SAXHandler, StateML::State, StateML::Utils

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.0001,0.001,0.22

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
StateML State Machine Markup Language, with GraphViz and template-driven code generation 0.22 metacpan
StateML::Action A single action that can be used in multiple event handlers metacpan
StateML::Arc A transition between states metacpan
StateML::Class An abstract class object for StateML 0.0001 metacpan
StateML::Constants A very few constants shared by various StateML modules 0.0001 metacpan
StateML::Event metacpan
StateML::Machine a StateML state machine data structure metacpan
StateML::Object metacpan
StateML::SAXHandler convert a SAX stream to a StateML::Machine 0.001 metacpan
StateML::State metacpan
StateML::Utils Some handy utility functions 0.0001 metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan