Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

prereq_matches_use

List all used modules in META.yml requires

Error:

  • DBI
  • URI
  • XML::Parser

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::Enumerator, RDF::Core::Enumerator::Memory, 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::Parser, RDF::Core::Query, RDF::Core::Resource, RDF::Core::Serializer, RDF::Core::Statement, RDF::Core::Storage, RDF::Core::Storage::Memory, RDF::Core::Storage::Postgres

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

has_security_doc

Add SECURITY(.pod|md). See Software::Security::Policy.

security_doc_contains_contact

Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.

has_contributing_doc

Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.

Modules

Name Abstract Version View
RDF::Core An object oriented Perl modules for handling tasks related to RDF. 0.02 metacpan
RDF::Core::Enumerator an object that provides access to a set of statements metacpan
RDF::Core::Enumerator::Memory Enumerator in memory 0.02 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 URI for anonymous resources metacpan
RDF::Core::Parser RDF Parser metacpan
RDF::Core::Query metacpan
RDF::Core::Resource a resource for RDF statement 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::Memory An in-memory implementation of RDF::Core::Storage 0.02 metacpan
RDF::Core::Storage::Postgres PostgreSQL implementation of RDF::Core::Storage 0.02 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan