Kwalitee Issues

has_manifest

Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")

has_meta_yml

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

has_license_in_source_file

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

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: Cannot find MANIFEST in dist.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: RDFStore

prereq_matches_use

List all used modules in META.yml requires

Error:

  • URI
  • URI::Escape

no_pod_errors

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

Error: RDFStore-0.42/dbms/DBMS/DBMS.pm -- Around line 4: Unknown directive: =NAME RDFStore-0.42/lib/Data/MagicTie.pm -- Around line 1636: '=item' outside of any '=over' Around line 1708: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' Around line 1713: '=item' outside of any '=over' Around line 1720: You forgot a '=back' before '=head2' Around line 1741: You forgot a '=back' before '=head2' Around line 1743: '=item' outside of any '=over' Around line 1756: You forgot a '=back' before '=head1' Around line 1758: '=item' outside of any '=over' Around line 1809: You forgot a '=back' before '=head1' RDFStore-0.42/lib/RDFStore/Model.pm -- Around line 1508: '=item' outside of any '=over' Around line 1532: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' RDFStore-0.42/lib/RDFStore/Parser/OpenHealth.pm -- Around line 592: '=item' outside of any '=over' Around line 616: You forgot a '=back' before '=head1' RDFStore-0.42/lib/RDFStore/Parser/Styles/MagicTie.pm -- Around line 165: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1'

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: dbms/DBMS/DBMS.pm

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.

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: DBMS, Data::MagicTie, RDFStore, RDFStore::Literal, RDFStore::Model, RDFStore::NodeFactory, RDFStore::Parser::OpenHealth, RDFStore::Parser::SiRPAC, RDFStore::Parser::Styles::MagicTie, RDFStore::RDFNode, RDFStore::Resource, RDFStore::SchemaModel, RDFStore::SetModel, RDFStore::Stanford::Digest, RDFStore::Stanford::Digest::Abstract, RDFStore::Stanford::Digest::Digestable, RDFStore::Stanford::Digest::Generic, RDFStore::Stanford::Digest::MD5, RDFStore::Stanford::Digest::SHA1, RDFStore::Stanford::Digest::Util, RDFStore::Stanford::Literal, RDFStore::Stanford::Model, RDFStore::Stanford::NodeFactory, RDFStore::Stanford::RDFNode, RDFStore::Stanford::Resource, RDFStore::Stanford::SetModel, RDFStore::Stanford::Statement, RDFStore::Stanford::VirtualModel, RDFStore::Stanford::Vocabulary::Generator, RDFStore::Statement, RDFStore::VirtualModel, RDFStore::Vocabulary::DAML, RDFStore::Vocabulary::DC, RDFStore::Vocabulary::DCQ, RDFStore::Vocabulary::RDF, RDFStore::Vocabulary::RDFS

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • DC

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 0.1,0.4,0.41,0.42,1.00

Modules

Name Abstract Version View
DBMS Perl5 access to the dbms server. 1.00 metacpan
Data::MagicTie This module implements an adaptor like Perl TIE interface over hash and array that support BLOBs, delegation, duplicate keys, locking and storage splitting 0.42 metacpan
RDFStore This is a set of Perl modules that implement an object-oriented API to manipulate RDF models 0.42 metacpan
RDFStore::Literal An implementation of the Literal RDF API using Storable(3) 0.41 metacpan
RDFStore::Model An implementation of the Model RDF API using tied hashes and implementing free-text search on literals 0.42 metacpan
RDFStore::NodeFactory implementation of the NodeFactory RDF API 0.4 metacpan
RDFStore::Parser::OpenHealth This module implements an RDF strawman parser for the syntax proposed by Jonathan Borden at http://www.openhealth.org/RDF/rdf_Syntax_and_Names.htm 0.41 metacpan
RDFStore::Parser::SiRPAC This module implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat(3) 0.42 metacpan
RDFStore::Parser::Styles::MagicTie This module is an extension of RDFStore::Parser::SiRPAC(3) that actually use the RDFStore API modules to ingest records into an RDFStore database. metacpan
RDFStore::RDFNode implementation of the RDFNode RDF API using Digest(3) 0.4 metacpan
RDFStore::Resource implementation of the Resource RDF API 0.4 metacpan
RDFStore::SchemaModel implementation of the SchemaModel RDF API 0.4 metacpan
RDFStore::SetModel implementation of the SetModel RDF API 0.42 metacpan
RDFStore::Stanford::Digest implementation of the Digest RDF API 0.4 metacpan
RDFStore::Stanford::Digest::Abstract implementation of the AbstractDigest RDF API 0.4 metacpan
RDFStore::Stanford::Digest::Digestable implementation of the Digestable RDF API 0.1 metacpan
RDFStore::Stanford::Digest::Generic implementation of the GenericDigest RDF API 0.4 metacpan
RDFStore::Stanford::Digest::MD5 implementation of the MD5Digest RDF API 0.4 metacpan
RDFStore::Stanford::Digest::SHA1 implementation of the SHA1Digest RDF API 0.4 metacpan
RDFStore::Stanford::Digest::Util implementation of the DigestUtil RDF API 0.41 metacpan
RDFStore::Stanford::Literal definiton of the Literal RDF API 0.4 metacpan
RDFStore::Stanford::Model definiton of the Model RDF API 0.4 metacpan
RDFStore::Stanford::NodeFactory definiton of the NodeFactory RDF API 0.4 metacpan
RDFStore::Stanford::RDFNode definiton of the RDFNode RDF API 0.4 metacpan
RDFStore::Stanford::Resource definiton of the Resource RDF API 0.4 metacpan
RDFStore::Stanford::SetModel definiton of the SetModel RDF API 0.4 metacpan
RDFStore::Stanford::Statement definiton of the Statement RDF API 0.4 metacpan
RDFStore::Stanford::VirtualModel definiton of the VirtualModel RDF API 0.4 metacpan
RDFStore::Stanford::Vocabulary::Generator implementation of the Vocabulary Generator RDF API 0.4 metacpan
RDFStore::Statement implementation of the Statement RDF API 0.42 metacpan
RDFStore::VirtualModel implementation of the VirtualModel RDF API 0.4 metacpan

Provides

Name File View
DAML lib/RDFStore/Vocabulary/DAML.pm metacpan
DC lib/RDFStore/Vocabulary/DC.pm metacpan
DCQ lib/RDFStore/Vocabulary/DCQ.pm metacpan
Data::MagicTie::Array lib/Data/MagicTie.pm metacpan
Data::MagicTie::Hash lib/Data/MagicTie.pm metacpan
RDF lib/RDFStore/Vocabulary/RDF.pm metacpan
RDFS lib/RDFStore/Vocabulary/RDFS.pm metacpan
RDFStore::Model::Statements lib/RDFStore/Model.pm metacpan
RDFStore::Parser::SiRPAC::DataElement lib/RDFStore/Parser/SiRPAC.pm metacpan
RDFStore::Parser::SiRPAC::Element lib/RDFStore/Parser/SiRPAC.pm metacpan
RDFStore::Parser::Styles::Mysql lib/RDFStore/Parser/Styles/MagicTie.pm metacpan

Other Files

Makefile.PL metacpan
README metacpan
dbms/DBMS/Makefile.PL metacpan