Kwalitee Issues

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

no_pod_errors

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

Error: RDF-Query-1.035/lib/RDF/Query/Model/RDFCore.pm -- Around line 33: '=item' outside of any '=over' =over without closing =back RDF-Query-1.035/lib/RDF/Query/Model/Redland.pm -- Around line 47: '=item' outside of any '=over' =over without closing =back RDF-Query-1.035/lib/RDF/Query/Parser/SPARQL.pm -- Around line 97: =end for without matching =begin. (Stack: =over) Around line 183: =end for without matching =begin. (Stack: =over) Around line 211: =end for without matching =begin. (Stack: =over) Around line 226: =end for without matching =begin. (Stack: =over) Around line 251: =end for without matching =begin. (Stack: =over) Around line 278: =end for without matching =begin. (Stack: =over) Around line 302: =end for without matching =begin. (Stack: =over) Around line 327: =end for without matching =begin. (Stack: =over) Around line 348: =end for without matching =begin. (Stack: =over) Around line 366: =end for without matching =begin. (Stack: =over) Around line 396: =end for without matching =begin. (Stack: =over) Around line 416: =end for without matching =begin. (Stack: =over) Around line 484: =end for without matching =begin. (Stack: =over) Around line 602: =end for without matching =begin. (Stack: =over) Around line 622: =end for without matching =begin. (Stack: =over) Around line 643: =end for without matching =begin. (Stack: =over) Around line 664: =end for without matching =begin. (Stack: =over) Around line 686: =end for without matching =begin. (Stack: =over) Around line 747: =end for without matching =begin. (Stack: =over) Around line 776: =end for without matching =begin. (Stack: =over) Around line 802: =end for without matching =begin. (Stack: =over) Around line 829: =end for without matching =begin. (Stack: =over) Around line 857: =end for without matching =begin. (Stack: =over) Around line 886: =end for without matching =begin. (Stack: =over) Around line 913: =end for without matching =begin. (Stack: =over) Around line 940: =end for without matching =begin. (Stack: =over) Around line 972: =end for without matching =begin. (Stack: =over) Around line 1005: =end for without matching =begin. (Stack: =over) Around line 1113: =end for without matching =begin. (Stack: =over) Around line 1150: =end for without matching =begin. (Stack: =over) Around line 1177: =end for without matching =begin. (Stack: =over) Around line 1203: =end for without matching =begin. (Stack: =over) Around line 1225: =end for without matching =begin. (Stack: =over) Around line 1244: =end for without matching =begin. (Stack: =over) Around line 1259: =end for without matching =begin. (Stack: =over) Around line 1275: =end for without matching =begin. (Stack: =over) Around line 1339: =end for without matching =begin. (Stack: =over) Around line 1370: =end for without matching =begin. (Stack: =over) Around line 1390: =end for without matching =begin. (Stack: =over) Around line 1417: =end for without matching =begin. (Stack: =over) Around line 1465: =end for without matching =begin. (Stack: =over) Around line 1500: =end for without matching =begin. (Stack: =over) Around line 1530: =end for without matching =begin. (Stack: =over) Around line 1550: =end for without matching =begin. (Stack: =over) RDF-Query-1.035/lib/RDF/Query/Parser.pm -- Around line 263: =end for without matching =begin. (Stack: =over) Around line 279: =end for without matching =begin. (Stack: =over) Around line 294: =end for without matching =begin. (Stack: =over) Around line 313: =end for without matching =begin. (Stack: =over) Around line 328: =end for without matching =begin. (Stack: =over) RDF-Query-1.035/lib/RDF/Query.pm -- Around line 222: =end for without matching =begin. (Stack: =over) Around line 271: =end for without matching =begin. (Stack: =over) Around line 334: =end for without matching =begin. (Stack: =over) Around line 352: =end for without matching =begin. (Stack: =over) Around line 370: =end for without matching =begin. (Stack: =over) Around line 387: =end for without matching =begin. (Stack: =over) Around line 415: =end for without matching =begin. (Stack: =over) Around line 456: =end for without matching =begin. (Stack: =over) Around line 564: =end for without matching =begin. (Stack: =over) Around line 610: =end private without matching =begin. (Stack: =over) Around line 854: =end for without matching =begin. (Stack: =over) Around line 898: =end for without matching =begin. (Stack: =over) Around line 978: =end for without matching =begin. (Stack: =over) Around line 1055: =end for without matching =begin. (Stack: =over) Around line 1085: =end for without matching =begin. (Stack: =over) Around line 1260: =end for without matching =begin. (Stack: =over) Around line 1364: =end for without matching =begin. (Stack: =over) Around line 1416: =end for without matching =begin. (Stack: =over) Around line 1509: =end private without matching =begin. (Stack: =over) Around line 1527: =end for without matching =begin. (Stack: =over) Around line 1567: =end for without matching =begin. (Stack: =over) Around line 1583: =end for without matching =begin. (Stack: =over) Around line 1599: =end for without matching =begin. (Stack: =over) Around line 1620: =end for without matching =begin. (Stack: =over)

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_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.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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.001,1.035,1.121,1.137,1.147,1.151

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.

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::Query An RDF query implementation of SPARQL/RDQL in Perl for use with RDF::Redland and RDF::Core. 1.035 metacpan
RDF::Query::Compiler::SQL Compile a SPARQL query directly to SQL. 1.121 metacpan
RDF::Query::Error Error classes for RDF::Query. 1.001 metacpan
RDF::Query::Model Model base class 1.121 metacpan
RDF::Query::Model::RDFCore 1.151 metacpan
RDF::Query::Model::Redland 1.151 metacpan
RDF::Query::Model::SQL 1.121 metacpan
RDF::Query::Model::SQL::Statement 1.121 metacpan
RDF::Query::Parser Parser base class 1.121 metacpan
RDF::Query::Parser::RDQL An RDQL parser for RDF::Query 1.137 metacpan
RDF::Query::Parser::SPARQL A SPARQL parser for RDF::Query 1.147 metacpan
RDF::Query::Stream Stream (iterator) class for query results. metacpan

Provides

Name File View
RDF::Query::Error::CompilationError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::FilterEvaluationError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::MethodError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::MethodInvocationError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::ModelError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::ParseError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::QueryPatternError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::SerializationError lib/RDF/Query/Error.pm metacpan
RDF::Query::Error::TypeError lib/RDF/Query/Error.pm metacpan
RDF::Query::Model::SQL::Blank lib/RDF/Query/Model/SQL.pm metacpan
RDF::Query::Model::SQL::Literal lib/RDF/Query/Model/SQL.pm metacpan
RDF::Query::Model::SQL::Node lib/RDF/Query/Model/SQL.pm metacpan
RDF::Query::Model::SQL::Resource lib/RDF/Query/Model/SQL.pm metacpan

Other Files

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