Kwalitee Issues

no_pod_errors

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

Error: XML-RAI-1.21/lib/XML/RAI/Channel.pm -- Around line 65: =begin without a target? Around line 79: '=item' outside of any '=over' Around line 88: You forgot a '=back' before '=head2' Around line 105: '=item' outside of any '=over' Around line 329: You forgot a '=back' before '=head1' Around line 336: '=end' without a target? XML-RAI-1.21/lib/XML/RAI/Image.pm -- Around line 25: =begin without a target? Around line 38: '=item' outside of any '=over' Around line 47: You forgot a '=back' before '=head2' Around line 64: '=item' outside of any '=over' Around line 92: You forgot a '=back' before '=head1' Around line 99: '=end' without a target? XML-RAI-1.21/lib/XML/RAI/Item.pm -- Around line 72: =begin without a target? Around line 85: '=item' outside of any '=over' Around line 94: You forgot a '=back' before '=head2' Around line 111: '=item' outside of any '=over' Around line 419: You forgot a '=back' before '=head1' Around line 426: '=end' without a target? XML-RAI-1.21/lib/XML/RAI/Object.pm -- Around line 86: =begin without a target? Around line 106: '=end' without a target? XML-RAI-1.21/lib/XML/RAI.pm -- Around line 62: =begin without a target? Around line 166: '=item' outside of any '=over' Around line 222: You forgot a '=back' before '=head1' Around line 260: '=end' without a target? XML-RAI-1.21/lib/XML/RSS/Parser/Characters.pm -- Around line 26: =begin without a target? Around line 35: '=item' outside of any '=over' Around line 56: You forgot a '=back' before '=head1' Around line 63: '=end' without a target? XML-RAI-1.21/lib/XML/RSS/Parser/Element.pm -- Around line 236: =begin without a target? Around line 463: '=end' without a target? XML-RAI-1.21/lib/XML/RSS/Parser/Feed.pm -- Around line 53: =begin without a target? Around line 117: '=end' without a target? XML-RAI-1.21/lib/XML/RSS/Parser.pm -- Around line 75: =begin without a target? Around line 177: '=item' outside of any '=over' Around line 201: You forgot a '=back' before '=head1' Around line 240: '=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.

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: XML::RAI, XML::RAI::Channel, XML::RAI::Image, XML::RAI::Item, XML::RAI::Object, XML::RSS::Parser, XML::RSS::Parser::Characters, XML::RSS::Parser::Element, XML::RSS::Parser::Feed

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.21,3.03

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::RAI RSS Abstraction Interface. 1.21 metacpan
XML::RAI::Channel An interface to the channel elements of a RSS feed. metacpan
XML::RAI::Image An interface to the image elements of a RSS feed. metacpan
XML::RAI::Item An interface to the item elements of a RSS feed. metacpan
XML::RAI::Object A base class for RAI element objects. metacpan
XML::RSS::Parser A liberal object-oriented parser for RSS feeds. 3.03 metacpan
XML::RSS::Parser::Characters an object representing a character data in an RSS parse tree. metacpan
XML::RSS::Parser::Element a node in the XML::RSS::Parser parse tree. metacpan
XML::RSS::Parser::Feed the root element of a parsed RSS feed. metacpan

Other Files

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