Kwalitee Issues

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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 (89) does not match dist (90):
  • Missing in MANIFEST: examples/._simple.css

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Wed 11 Jan 2006 12:04:34 PM JST gpg: using DSA key B98B80BC6C028C62 gpg: Can't check signature: No public key Not in MANIFEST: examples/._simple.css ==> MISMATCHED content between MANIFEST and distribution files! <==

has_meta_json

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

no_dot_underscore_files

If you use Mac OS X, set COPYFILE_DISABLE (for OS 10.5 and better) or COPY_EXTENDED_ATTRIBUTES_DISABLE (for OS 10.4) environmental variable to true to exclude dot underscore files from a distribution.

Error:

  • examples/._simple.css

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
HTML::Widget HTML Widget And Validation Framework 1.01 metacpan
HTML::Widget::Accessor Accessor Class metacpan
HTML::Widget::Constraint Constraint Base Class metacpan
HTML::Widget::Constraint::ASCII ASCII Constraint metacpan
HTML::Widget::Constraint::All All Constraint metacpan
HTML::Widget::Constraint::Any Any Constraint metacpan
HTML::Widget::Constraint::Callback Callback Constraint metacpan
HTML::Widget::Constraint::Date Date Constraint metacpan
HTML::Widget::Constraint::DateTime DateTime Constraint metacpan
HTML::Widget::Constraint::Email Email Constraint metacpan
HTML::Widget::Constraint::Equal Equal Constraint metacpan
HTML::Widget::Constraint::HTTP HTTP Constraint metacpan
HTML::Widget::Constraint::Integer Integer Constraint metacpan
HTML::Widget::Constraint::Length Length Constraint metacpan
HTML::Widget::Constraint::Maybe Maybe Constraint metacpan
HTML::Widget::Constraint::Printable Printable Constraint metacpan
HTML::Widget::Constraint::Range Range Constraint metacpan
HTML::Widget::Constraint::Regex Regex Constraint metacpan
HTML::Widget::Constraint::String String Constraint metacpan
HTML::Widget::Constraint::Time Time Constraint metacpan
HTML::Widget::Container Container metacpan
HTML::Widget::Element Element Base Class metacpan
HTML::Widget::Element::Checkbox Checkbox Element metacpan
HTML::Widget::Element::Hidden Hidden Element metacpan
HTML::Widget::Element::Password Password Element metacpan
HTML::Widget::Element::Radio Radio Element metacpan
HTML::Widget::Element::Select Select Element metacpan
HTML::Widget::Element::Span Span Element metacpan
HTML::Widget::Element::Submit Submit Element metacpan
HTML::Widget::Element::Textarea Textarea Element metacpan
HTML::Widget::Element::Textfield Textfield Element metacpan
HTML::Widget::Element::Upload Upload Element metacpan
HTML::Widget::Error Error metacpan
HTML::Widget::Filter Filter Base Class metacpan
HTML::Widget::Filter::TrimEdges Trim whitespaces from beginning and end of string metacpan
HTML::Widget::Filter::Whitespace Whitespace Filter metacpan
HTML::Widget::Result Result Class metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan