Kwalitee Issues

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 (275) does not match dist (329):
  • Missing in MANIFEST: ._MANIFEST, ._TODO, lib/XML/Atom/._Syndication.pm, lib/XML/Atom/Syndication/._Category.pm, lib/XML/Atom/Syndication/._Content.pm, lib/XML/Atom/Syndication/._Entry.pm, lib/XML/Atom/Syndication/._Feed.pm, lib/XML/Atom/Syndication/._Generator.pm, lib/XML/Atom/Syndication/._Link.pm, lib/XML/Atom/Syndication/._Object.pm, lib/XML/Atom/Syndication/._Person.pm, lib/XML/Atom/Syndication/._Source.pm, lib/XML/Atom/Syndication/._Text.pm, lib/XML/Atom/Syndication/._Thing.pm, lib/XML/Atom/Syndication/._Writer.pm, t/._00-compile.t, t/._01-feed.t, t/._02-feed-title.t, t/._03-feed-subtitle.t, t/._04-feed-rights.t, t/._05-feed-link.t, t/._06-feed-author.t, t/._07-feed-contributor.t, t/._08-feed-category.t, t/._10-entry.t, t/._11-entry-title.t, t/._12-entry-summary.t, t/._13-entry-rights.t, t/._14-entry-link.t, t/._15-entry-author.t, t/._16-entry-contributors.t, t/._17-entry-category.t, t/._18-entry-content.t, t/._20-source.t, t/._21-source-title.t, t/._40-set.t, t/._README, t/x/._x-atom03_version.xml, t/x/._x-entry_author_multiple.xml, t/x/._x-entry_category_multiple.xml, t/x/._x-entry_id.xml, t/x/._x-entry_published.xml, t/x/._x-entry_source_id.xml, t/x/._x-entry_source_updated.xml, t/x/._x-entry_standalone.xml, t/x/._x-entry_updated.xml, t/x/._x-feed_author_multiple.xml, t/x/._x-feed_category_label.xml, t/x/._x-feed_category_multiple.xml, t/x/._x-feed_category_scheme.xml, t/x/._x-feed_category_term.xml, t/x/._x-feed_entry_multiple.xml, t/x/._x-feed_updated.xml, t/x/._x-lang.xml

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: XML::Atom::._Syndication, XML::Atom::Syndication::._Category, XML::Atom::Syndication::._Content, XML::Atom::Syndication::._Entry, XML::Atom::Syndication::._Feed, XML::Atom::Syndication::._Generator, XML::Atom::Syndication::._Link, XML::Atom::Syndication::._Object, XML::Atom::Syndication::._Person, XML::Atom::Syndication::._Source, XML::Atom::Syndication::._Text, XML::Atom::Syndication::._Thing, XML::Atom::Syndication::._Writer

no_pod_errors

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

Error: XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Category.pm -- Around line 15: =begin without a target? Around line 62: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Content.pm -- Around line 119: =begin without a target? Around line 211: You forgot a '=back' before '=head1' Around line 218: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Entry.pm -- Around line 24: =begin without a target? Around line 30: Unknown directive: =head Around line 226: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Feed.pm -- Around line 63: =begin without a target? Around line 69: Unknown directive: =head Around line 305: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Generator.pm -- Around line 29: =begin without a target? Around line 79: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Link.pm -- Around line 15: =begin without a target? Around line 78: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Object.pm -- Around line 221: =begin without a target? Around line 430: You forgot a '=back' before '=head2' Around line 509: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Person.pm -- Around line 14: =begin without a target? Around line 71: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Source.pm -- Around line 33: =begin without a target? Around line 72: '=item' outside of any '=over' Around line 197: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Text.pm -- Around line 90: =begin without a target? Around line 134: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication/Writer.pm -- Around line 174: '=end' without a target? XML-Atom-Syndication-0.9_08/lib/XML/Atom/Syndication.pm -- Around line 31: =begin without a target? Around line 151: '=end' without a target?

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

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:

  • ._MANIFEST
  • ._TODO
  • lib/XML/Atom/._Syndication.pm
  • lib/XML/Atom/Syndication/._Category.pm
  • lib/XML/Atom/Syndication/._Content.pm
  • lib/XML/Atom/Syndication/._Entry.pm
  • lib/XML/Atom/Syndication/._Feed.pm
  • lib/XML/Atom/Syndication/._Generator.pm
  • lib/XML/Atom/Syndication/._Link.pm
  • lib/XML/Atom/Syndication/._Object.pm
  • lib/XML/Atom/Syndication/._Person.pm
  • lib/XML/Atom/Syndication/._Source.pm
  • lib/XML/Atom/Syndication/._Text.pm
  • lib/XML/Atom/Syndication/._Thing.pm
  • lib/XML/Atom/Syndication/._Writer.pm
  • t/._00-compile.t
  • t/._01-feed.t
  • t/._02-feed-title.t
  • t/._03-feed-subtitle.t
  • t/._04-feed-rights.t
  • t/._05-feed-link.t
  • t/._06-feed-author.t
  • t/._07-feed-contributor.t
  • t/._08-feed-category.t
  • t/._10-entry.t
  • t/._11-entry-title.t
  • t/._12-entry-summary.t
  • t/._13-entry-rights.t
  • t/._14-entry-link.t
  • t/._15-entry-author.t
  • t/._16-entry-contributors.t
  • t/._17-entry-category.t
  • t/._18-entry-content.t
  • t/._20-source.t
  • t/._21-source-title.t
  • t/._40-set.t
  • t/._README
  • t/x/._x-atom03_version.xml
  • t/x/._x-entry_author_multiple.xml
  • t/x/._x-entry_category_multiple.xml
  • t/x/._x-entry_id.xml
  • t/x/._x-entry_published.xml
  • t/x/._x-entry_source_id.xml
  • t/x/._x-entry_source_updated.xml
  • t/x/._x-entry_standalone.xml
  • t/x/._x-entry_updated.xml
  • t/x/._x-feed_author_multiple.xml
  • t/x/._x-feed_category_label.xml
  • t/x/._x-feed_category_multiple.xml
  • t/x/._x-feed_category_scheme.xml
  • t/x/._x-feed_category_term.xml
  • t/x/._x-feed_entry_multiple.xml
  • t/x/._x-feed_updated.xml
  • t/x/._x-lang.xml

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: XML::Atom::._Syndication, XML::Atom::Syndication::._Category, XML::Atom::Syndication::._Content, XML::Atom::Syndication::._Entry, XML::Atom::Syndication::._Feed, XML::Atom::Syndication::._Generator, XML::Atom::Syndication::._Link, XML::Atom::Syndication::._Object, XML::Atom::Syndication::._Person, XML::Atom::Syndication::._Source, XML::Atom::Syndication::._Text, XML::Atom::Syndication::._Thing, XML::Atom::Syndication::._Writer, XML::Atom::Syndication::Category, XML::Atom::Syndication::Content, XML::Atom::Syndication::Entry, XML::Atom::Syndication::Feed, XML::Atom::Syndication::Generator, XML::Atom::Syndication::Link, XML::Atom::Syndication::Object, XML::Atom::Syndication::Person, XML::Atom::Syndication::Source, XML::Atom::Syndication::Text, XML::Atom::Syndication::Thing, XML::Atom::Syndication::Util, XML::Atom::Syndication::Writer

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
XML::Atom::Syndication portable Atom Syndication Format (RFC 4287) feeds processing. 0.9_08 metacpan
XML::Atom::Syndication::Category class representing an Atom category metacpan
XML::Atom::Syndication::Content class representing Atom entry content. metacpan
XML::Atom::Syndication::Entry class representing an Atom entry metacpan
XML::Atom::Syndication::Feed class representing an Atom feed metacpan
XML::Atom::Syndication::Generator class representing the Atom feed generator metacpan
XML::Atom::Syndication::Link class representing an Atom link metacpan
XML::Atom::Syndication::Object base class for all complex Atom elements. metacpan
XML::Atom::Syndication::Person class representing an Atom person construct metacpan
XML::Atom::Syndication::Source class representing an Atom source element metacpan
XML::Atom::Syndication::Text class representing an Atom text construct metacpan
XML::Atom::Syndication::Thing metacpan
XML::Atom::Syndication::Util metacpan
XML::Atom::Syndication::Writer a class for serializing XML::Atom::Syndication nodes into XML. metacpan

Provides

Name File View
XML::Atom::Syndication::Namespace lib/XML/Atom/Syndication.pm metacpan

Other Files

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