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: Expected a map structure from string or file. (requires) [Validation: 1.0]

no_pod_errors

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

Error: RDF-Core-0.50/lib/RDF/Core/Schema.pm -- Around line 351: Expected '=item *'

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: RDF::Core, RDF::Core::Constants, RDF::Core::Enumerator, RDF::Core::Enumerator::DB_File, RDF::Core::Enumerator::Memory, RDF::Core::Enumerator::Postgres, RDF::Core::Evaluator, RDF::Core::Function, RDF::Core::Literal, RDF::Core::Model, RDF::Core::Model::Parser, RDF::Core::Model::Serializer, RDF::Core::ModelSet, RDF::Core::Node, RDF::Core::NodeFactory, RDF::Core::Query, RDF::Core::Resource, RDF::Core::Schema, RDF::Core::Serializer, RDF::Core::Statement, RDF::Core::Storage, RDF::Core::Storage::DB_File, RDF::Core::Storage::Memory, RDF::Core::Storage::Postgres

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
RDF::Core An object oriented Perl modules for handling tasks related to RDF. 0.50 metacpan
RDF::Core::Constants RDF constant definitions metacpan
RDF::Core::Enumerator an object that provides access to a set of statements metacpan
RDF::Core::Enumerator::DB_File Enumerator that can be used with DB_File storage. metacpan
RDF::Core::Enumerator::Memory Enumerator in memory metacpan
RDF::Core::Enumerator::Postgres metacpan
RDF::Core::Evaluator gets a query object that RDF::Core::Query parsed and evaluates the query. metacpan
RDF::Core::Function a package of functions for query language. metacpan
RDF::Core::Literal a literal value for RDF statement metacpan
RDF::Core::Model RDF model metacpan
RDF::Core::Model::Parser interface between model and RDF::Core::Parser metacpan
RDF::Core::Model::Serializer interface between model and RDF::Core::Serializer metacpan
RDF::Core::ModelSet RDF model set metacpan
RDF::Core::Node an ancestor of RDF::Core::Resource and RDF::Core::Literal metacpan
RDF::Core::NodeFactory produces literals and resources, generates labels for anonymous resources metacpan
RDF::Core::Parser RDF Parser metacpan
RDF::Core::Query Implementation of query language metacpan
RDF::Core::Resource a resource for RDF statement metacpan
RDF::Core::Schema The RDF Schema access metacpan
RDF::Core::Serializer produce XML code for RDF model metacpan
RDF::Core::Statement RDF statement metacpan
RDF::Core::Storage An abstract ancestor of storage implementations metacpan
RDF::Core::Storage::DB_File Berkeley DB 1.x implementation of RDF::Core::Storage metacpan
RDF::Core::Storage::Memory An in-memory implementation of RDF::Core::Storage metacpan
RDF::Core::Storage::Postgres PostgreSQL implementation of RDF::Core::Storage metacpan

Other Files

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