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.

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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:

  • MANIFEST (54) does not match dist (67):
  • Missing in MANIFEST: LICENSE, lib/DS/Exception.pm, lib/DS/Exception/Processing.pm, lib/DS/Exception/Processing/Validator.pm, lib/DS/Source/Push.pm, lib/DS/Target/Sth.pm, lib/DS/Target/Sub.pm, lib/DS/Transformer/Grep.pm, lib/DS/Transformer/Multiplexer.pm, lib/DS/Transformer/Opaque.pm, lib/DS/Transformer/Sth.pm, lib/DS/Transformer/TypePassthrough.pm, lib/DS/TypeSpec/Any.pm, t/38_typepassthrough.t, t/39_buffer.t
  • Missing in Dist: .cvsignore, .project

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: DS::Exception, DS::Exception::Processing, DS::Exception::Processing::Validator

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Clone
  • Exception::Class

main_module_version_matches_dist_version

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

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.

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: DS::Exception, DS::Exception::Processing, DS::Exception::Processing::Validator, DS::Importer, DS::Importer::Factory, DS::Importer::Hash, DS::Importer::ParaQuery, DS::Importer::Sth, DS::Importer::Sub, DS::Importer::TabFile, DS::Importer::TabStream, DS::Source, DS::Source::Proxy, DS::Source::Push, DS::Target, DS::Target::Proxy, DS::Target::Sink, DS::Target::Sth, DS::Target::Sub, DS::Transformer, DS::Transformer::Batch, DS::Transformer::Buffer, DS::Transformer::Catch, DS::Transformer::Grep, DS::Transformer::Insert, DS::Transformer::Multiplexer, DS::Transformer::Opaque, DS::Transformer::Projector, DS::Transformer::Regex, DS::Transformer::Rtrim, DS::Transformer::Stack, DS::Transformer::StatCounter, DS::Transformer::Sth, DS::Transformer::Sub, DS::Transformer::TabFileWriter, DS::Transformer::TabStreamWriter, DS::Transformer::TypePassthrough, DS::Transformer::Update, DS::TypeSpec, DS::TypeSpec::Any, DS::TypeSpec::Field

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/DS/Importer.pm: HASH(0x5629bdf0b1a8)
  • lib/DS/Importer/Factory.pm: HASH(0x5629bdf01320)
  • lib/DS/Importer/Hash.pm: HASH(0x5629bdf0b418)
  • lib/DS/Importer/ParaQuery.pm: HASH(0x5629bdebf6f8)
  • lib/DS/Importer/Sth.pm: HASH(0x5629bdf41478)
  • lib/DS/Importer/Sub.pm: HASH(0x5629bdea4920)
  • lib/DS/Importer/TabFile.pm: HASH(0x5629bdea51d8)
  • lib/DS/Importer/TabStream.pm: HASH(0x5629bdf1ac00)
  • lib/DS/Source.pm: HASH(0x5629bdf62720)
  • lib/DS/Source/Proxy.pm: HASH(0x5629bdf3c0f0)
  • lib/DS/Target.pm: HASH(0x5629bddefd60)
  • lib/DS/Target/Proxy.pm: HASH(0x5629bddeac88)
  • lib/DS/Target/Sink.pm: HASH(0x5629bdeee3e0)
  • lib/DS/Transformer.pm: HASH(0x5629bdeb54c0)
  • lib/DS/Transformer/Batch.pm: HASH(0x5629bdf29500)
  • lib/DS/Transformer/Buffer.pm: HASH(0x5629bdf416d0)
  • lib/DS/Transformer/Catch.pm: HASH(0x5629bdecda50)
  • lib/DS/Transformer/Insert.pm: HASH(0x5629bdc15bd0)
  • lib/DS/Transformer/Projector.pm: HASH(0x5629bdf0bdf0)
  • lib/DS/Transformer/Regex.pm: HASH(0x5629bdeef0d0)
  • lib/DS/Transformer/Rtrim.pm: HASH(0x5629bdeb57a8)
  • lib/DS/Transformer/Stack.pm: HASH(0x5629bdf417d8)
  • lib/DS/Transformer/StatCounter.pm: HASH(0x5629bde87598)
  • lib/DS/Transformer/Sub.pm: HASH(0x5629bddefe80)
  • lib/DS/Transformer/TabFileWriter.pm: HASH(0x5629bdeafa58)
  • lib/DS/Transformer/TabStreamWriter.pm: HASH(0x5629bdf50b48)
  • lib/DS/Transformer/Tee.pm: HASH(0x5629bdf1ab40)
  • lib/DS/Transformer/Update.pm: HASH(0x5629bdf5a728)
  • lib/DS/Transformer/Validator.pm: HASH(0x5629bdeef040)
  • lib/DS/TypeSpec.pm: HASH(0x5629bdeafe30)
  • lib/DS/TypeSpec/Field.pm: HASH(0x5629bde65300)

Modules

Name Abstract Version View
DS Data Stream module 2.12 metacpan
DS::Importer metacpan
DS::Importer::Factory metacpan
DS::Importer::Hash metacpan
DS::Importer::ParaQuery metacpan
DS::Importer::Sth metacpan
DS::Importer::Sub metacpan
DS::Importer::TabFile metacpan
DS::Importer::TabStream metacpan
DS::Source metacpan
DS::Source::Proxy metacpan
DS::Target metacpan
DS::Target::Proxy metacpan
DS::Target::Sink metacpan
DS::Transformer metacpan
DS::Transformer::Batch metacpan
DS::Transformer::Buffer metacpan
DS::Transformer::Catch metacpan
DS::Transformer::Insert metacpan
DS::Transformer::Projector metacpan
DS::Transformer::Regex metacpan
DS::Transformer::Rtrim metacpan
DS::Transformer::Stack metacpan
DS::Transformer::StatCounter metacpan
DS::Transformer::Sub metacpan
DS::Transformer::TabFileWriter metacpan
DS::Transformer::TabStreamWriter metacpan
DS::Transformer::Tee metacpan
DS::Transformer::Update metacpan
DS::Transformer::Validator metacpan
DS::TypeSpec metacpan
DS::TypeSpec::Field metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan