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-RSS-Parser-2.15/lib/XML/RSS/Parser/Element.pm -- Around line 133: =begin without a target? Around line 147: '=item' outside of any '=over' Around line 222: You forgot a '=back' before '=head2' Around line 224: '=item' outside of any '=over' Around line 240: You forgot a '=back' before '=head1' Around line 251: '=end' without a target? XML-RSS-Parser-2.15/lib/XML/RSS/Parser/Feed.pm -- Around line 45: =begin without a target? Around line 61: '=item' outside of any '=over' Around line 79: You forgot a '=back' before '=head2' Around line 86: '=item' outside of any '=over' Around line 94: You forgot a '=back' before '=head2' Around line 96: '=item' outside of any '=over' Around line 108: You forgot a '=back' before '=head1' Around line 120: '=end' without a target? XML-RSS-Parser-2.15/lib/XML/RSS/Parser.pm -- Around line 169: =begin without a target? Around line 278: You forgot a '=back' before '=head1' Around line 282: '=item' outside of any '=over' Around line 306: You forgot a '=back' before '=head1' Around line 352: '=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::RSS::Parser, XML::RSS::Parser::Element, XML::RSS::Parser::Feed

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::RSS::Parser A liberal object-oriented parser for RSS feeds. 2.15 metacpan
XML::RSS::Parser::Element a simple object that holds one node in the XML::RSS::Parser parse tree. metacpan
XML::RSS::Parser::Feed a specialized XML::RSS::Parser::Element object that is used as the root element of a parsed RSS feed. metacpan

Other Files

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