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.033/lib/RDF/Query/Model/RDFCore.pm -- Around line 31: '=item' outside of any '=over' =over without closing =back RDF-Query-1.033/lib/RDF/Query/Model/Redland.pm -- Around line 42: '=item' outside of any '=over' =over without closing =back RDF-Query-1.033/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 481: =end for without matching =begin. (Stack: =over) Around line 598: =end for without matching =begin. (Stack: =over) Around line 618: =end for without matching =begin. (Stack: =over) Around line 639: =end for without matching =begin. (Stack: =over) Around line 660: =end for without matching =begin. (Stack: =over) Around line 682: =end for without matching =begin. (Stack: =over) Around line 743: =end for without matching =begin. (Stack: =over) Around line 772: =end for without matching =begin. (Stack: =over) Around line 798: =end for without matching =begin. (Stack: =over) Around line 825: =end for without matching =begin. (Stack: =over) Around line 853: =end for without matching =begin. (Stack: =over) Around line 882: =end for without matching =begin. (Stack: =over) Around line 909: =end for without matching =begin. (Stack: =over) Around line 936: =end for without matching =begin. (Stack: =over) Around line 968: =end for without matching =begin. (Stack: =over) Around line 1001: =end for without matching =begin. (Stack: =over) Around line 1109: =end for without matching =begin. (Stack: =over) Around line 1146: =end for without matching =begin. (Stack: =over) Around line 1173: =end for without matching =begin. (Stack: =over) Around line 1199: =end for without matching =begin. (Stack: =over) Around line 1221: =end for without matching =begin. (Stack: =over) Around line 1240: =end for without matching =begin. (Stack: =over) Around line 1255: =end for without matching =begin. (Stack: =over) Around line 1271: =end for without matching =begin. (Stack: =over) Around line 1324: =end for without matching =begin. (Stack: =over) Around line 1355: =end for without matching =begin. (Stack: =over) Around line 1375: =end for without matching =begin. (Stack: =over) Around line 1402: =end for without matching =begin. (Stack: =over) Around line 1450: =end for without matching =begin. (Stack: =over) Around line 1484: =end for without matching =begin. (Stack: =over) Around line 1505: =end for without matching =begin. (Stack: =over) Around line 1525: =end for without matching =begin. (Stack: =over) RDF-Query-1.033/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.033/lib/RDF/Query.pm -- Around line 174: =end for without matching =begin. (Stack: =over) Around line 223: =end for without matching =begin. (Stack: =over) Around line 286: =end for without matching =begin. (Stack: =over) Around line 304: =end for without matching =begin. (Stack: =over) Around line 322: =end for without matching =begin. (Stack: =over) Around line 339: =end for without matching =begin. (Stack: =over) Around line 367: =end for without matching =begin. (Stack: =over) Around line 403: =end for without matching =begin. (Stack: =over) Around line 509: =end for without matching =begin. (Stack: =over) Around line 555: =end private without matching =begin. (Stack: =over) Around line 796: =end for without matching =begin. (Stack: =over) Around line 840: =end for without matching =begin. (Stack: =over) Around line 932: =end for without matching =begin. (Stack: =over) Around line 1010: =end for without matching =begin. (Stack: =over) Around line 1040: =end for without matching =begin. (Stack: =over) Around line 1142: =end for without matching =begin. (Stack: =over) Around line 1184: =end for without matching =begin. (Stack: =over) Around line 1209: =end for without matching =begin. (Stack: =over) Around line 1300: =end private without matching =begin. (Stack: =over) Around line 1318: =end for without matching =begin. (Stack: =over) Around line 1351: =end for without matching =begin. (Stack: =over) Around line 1367: =end for without matching =begin. (Stack: =over) Around line 1383: =end for without matching =begin. (Stack: =over) Around line 1404: =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.033,1.121,1.137

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.033 metacpan
RDF::Query::Error Error classes for RDF::Query. 1.001 metacpan
RDF::Query::Model::RDFCore 1.137 metacpan
RDF::Query::Model::Redland 1.137 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.137 metacpan
RDF::Query::Stream Stream (iterator) class for query results. metacpan

Provides

Name File View
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

Other Files

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