Catalyst-Controller-Atompub 0.5.6 Latest
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]
- 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 (153) does not match dist (121):
- Missing in Dist: lib/Catalyst/Helper/Controller/Atompub/Collection.pm, lib/Catalyst/Helper/Controller/Atompub/Service.pm, samples/MyAtom/test.db, samples/MyBlog/test.db, samples/OurBlogs/Changes, samples/OurBlogs/Makefile.PL, samples/OurBlogs/README, samples/OurBlogs/init.sql, samples/OurBlogs/lib/OurBlogs.pm, samples/OurBlogs/lib/OurBlogs/Controller/Collection.pm, samples/OurBlogs/lib/OurBlogs/Controller/Root.pm, samples/OurBlogs/lib/OurBlogs/Controller/Service.pm, samples/OurBlogs/lib/OurBlogs/Model/DBIC.pm, samples/OurBlogs/lib/OurBlogs/Model/Schema.pm, samples/OurBlogs/ourblogs.yml, samples/OurBlogs/root/favicon.ico, samples/OurBlogs/root/static/images/btn_120x50_built.png, samples/OurBlogs/root/static/images/btn_120x50_built_shadow.png, samples/OurBlogs/root/static/images/btn_120x50_powered.png, samples/OurBlogs/root/static/images/btn_120x50_powered_shadow.png, samples/OurBlogs/root/static/images/btn_88x31_built.png, samples/OurBlogs/root/static/images/btn_88x31_built_shadow.png, samples/OurBlogs/root/static/images/btn_88x31_powered.png, samples/OurBlogs/root/static/images/btn_88x31_powered_shadow.png, samples/OurBlogs/root/static/images/catalyst_logo.png, samples/OurBlogs/script/ourblogs_cgi.pl, samples/OurBlogs/script/ourblogs_create.pl, samples/OurBlogs/script/ourblogs_fastcgi.pl, samples/OurBlogs/script/ourblogs_server.pl, samples/OurBlogs/script/ourblogs_test.pl, samples/OurBlogs/t/01.t, samples/OurBlogs/test.db
- has_abstract_in_pod
-
Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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.