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

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

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.4/dbms/DBMS/DBMS.pm -- Around line 4: Unknown directive: =NAME RDFStore-0.4/lib/Data/MagicTie.pm -- Around line 1579: '=item' outside of any '=over' Around line 1651: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' Around line 1656: '=item' outside of any '=over' Around line 1663: You forgot a '=back' before '=head2' Around line 1684: You forgot a '=back' before '=head2' Around line 1686: '=item' outside of any '=over' Around line 1699: You forgot a '=back' before '=head1' Around line 1701: '=item' outside of any '=over' Around line 1752: You forgot a '=back' before '=head1' RDFStore-0.4/lib/RDFStore/Model.pm -- Around line 693: '=item' outside of any '=over' Around line 712: You forgot a '=back' before '=head1' You forgot a '=back' before '=head1' RDFStore-0.4/lib/RDFStore/Parser/OpenHealth.pm -- Around line 586: '=item' outside of any '=over' Around line 610: You forgot a '=back' before '=head1' RDFStore-0.4/lib/RDFStore/Parser/SiRPAC.pm -- Around line 2165: Expected '=item *' Around line 2169: Expected '=item *' RDFStore-0.4/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.31,0.4,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.4 metacpan
RDFStore This is a set of Perl modules that implement an object-oriented API to manipulate RDF models 0.31 metacpan
RDFStore::Literal An implementation of the Literal RDF API using Storable(3) 0.4 metacpan
RDFStore::Model An implementation of the Model RDF API 0.4 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.31 metacpan
RDFStore::Parser::SiRPAC This module implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat(3) 0.31 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.4 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.4 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.4 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::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