Kwalitee Issues

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:

  • MANIFEST (143) does not match dist (190):
  • Missing in MANIFEST: .exclude, .msbaseline, .options/rcsMajor, Changes.html, MANIFEST, MQClient/MQSeries.xs.in/RCS, MQClient/RCS, MQSeries-Message-DeadLetter/RCS, MQSeries-Message-DeadLetter/t/RCS, MQSeries-Message-PCF/RCS, MQSeries-Message-PCF/t/RCS, MQSeries-Message-RulesFormat/RCS, MQSeries-Message-RulesFormat/t/RCS, MQSeries-OAM/RCS, MQSeries-OAM/t/RCS, MQSeries-PubSub/PubSub/RCS, MQSeries-PubSub/RCS, MQSeries-PubSub/t/RCS, MQSeries/Command/MQSC/RCS, MQSeries/Command/PCF/RCS, MQSeries/Command/RCS, MQSeries/Config/ChannelTable.pm, MQSeries/Config/RCS, MQSeries/ErrorLog/RCS, MQSeries/FDC/RCS, MQSeries/Message/RCS, MQSeries/RCS, RCS, README.html, examples/OO/RCS, examples/OO/request-reply-1/RCS, examples/OO/request-reply-2/RCS, examples/PubSub/RCS, examples/RCS, examples/mqchl2ini, examples/mqini2chl, include/RCS, pre.in/MQSeries-PubSub/PubSub/RCS, pre.in/MQSeries-PubSub/RCS, pre.in/MQSeries/Command/PCF/RCS, pre.in/MQSeries/Command/RCS, pre.in/MQSeries/Constants/RCS, pre.in/MQSeries/Message/RCS, pre.in/MQSeries/RCS, pre.in/RCS, t.in/RCS, util/RCS

has_meta_json

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

no_stdin_for_prompting

Use the prompt() method from ExtUtils::MakeMaker/Module::Build.

no_dot_dirs

Fix MANIFEST (or MANIFEST.SKIP) to exclude dot directories from a distribution. Use an appropriate tool and avoid archiving your working directory by hand. If you switch your version control system, remove old VCS directories after you migrate.

Error: .options

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: MQSeries, MQSeries::Command, MQSeries::Command::Base, MQSeries::Command::MQSC, MQSeries::Command::PCF, MQSeries::Command::Request, MQSeries::Command::Response, MQSeries::Config::Authority, MQSeries::Config::ChannelTable, MQSeries::Config::Machine, MQSeries::Config::QMgr, MQSeries::ErrorLog::Entry, MQSeries::ErrorLog::Parser, MQSeries::ErrorLog::Tail, MQSeries::FDC::Entry, MQSeries::FDC::Parser, MQSeries::FDC::Tail, MQSeries::Message, MQSeries::Message::DeadLetter, MQSeries::Message::Event, MQSeries::Message::PCF, MQSeries::Message::RulesFormat, MQSeries::Message::Storable, MQSeries::OAM, MQSeries::PubSub::AdminMessage, MQSeries::PubSub::Broker, MQSeries::PubSub::Command, MQSeries::PubSub::Message, MQSeries::PubSub::Stream, MQSeries::Queue, MQSeries::QueueManager, MQSeries::Utils

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:

  • MQSeries
  • MQSeries::Command
  • MQSeries::Command::Base
  • MQSeries::Command::MQSC
  • MQSeries::Command::PCF
  • MQSeries::Command::Request
  • MQSeries::Command::Response
  • MQSeries::Config::Authority
  • MQSeries::Config::Machine
  • MQSeries::Config::QMgr
  • MQSeries::ErrorLog::Entry
  • MQSeries::ErrorLog::Parser
  • MQSeries::ErrorLog::Tail
  • MQSeries::FDC::Entry
  • MQSeries::FDC::Parser
  • MQSeries::FDC::Tail
  • MQSeries::Message
  • MQSeries::Message::DeadLetter
  • MQSeries::Message::Event
  • MQSeries::Message::PCF
  • MQSeries::Message::Storable
  • MQSeries::OAM
  • MQSeries::Queue
  • MQSeries::QueueManager
  • MQSeries::Utils

Modules

Name Abstract Version View
MQSeries Perl extension for MQSeries support 1.14 metacpan
MQSeries::Command OO interface to the Programmable Commands 1.14 metacpan
MQSeries::Command::Base 1.14 metacpan
MQSeries::Command::MQSC 1.14 metacpan
MQSeries::Command::PCF 1.14 metacpan
MQSeries::Command::Request 1.14 metacpan
MQSeries::Command::Response 1.14 metacpan
MQSeries::Config::Authority Interface to parse authority files 1.14 metacpan
MQSeries::Config::Machine Interface to read the machine configuration file 1.14 metacpan
MQSeries::Config::QMgr Interface to read the queue manager configuration file 1.14 metacpan
MQSeries::ErrorLog::Entry One entry in an MQSeries error-log file 1.14 metacpan
MQSeries::ErrorLog::Parser Parse a portion of an MQSeries error log and return parsed Entry objects. 1.14 metacpan
MQSeries::ErrorLog::Tail Watch MQSeries error-log files 1.14 metacpan
MQSeries::FDC::Entry One entry in an MQSeries FDC file 1.14 metacpan
MQSeries::FDC::Parser Parse a portion of an MQSeries FDC file and return parsed Entry objects. 1.14 metacpan
MQSeries::FDC::Tail Watch MQSeries FDC error files 1.14 metacpan
MQSeries::Message OO interface to MQSeries messages 1.14 metacpan
MQSeries::Message::DeadLetter OO interface to the Dead Letter message type 1.14 metacpan
MQSeries::Message::Event OO Class for decoding MQSeries event messages 1.14 metacpan
MQSeries::Message::PCF Generic OO and procedurel interface to PCF (Programmable Command Format) messages. 1.14 metacpan
MQSeries::Message::RulesFormat OO interface to the MQRFH Rules and Format message type 1.14 metacpan
MQSeries::Message::Storable OO Class for sending and receiving perl references as MQSeries message application data 1.14 metacpan
MQSeries::OAM 1.14 metacpan
MQSeries::PubSub::AdminMessage OO Class for decoding MQSeries PubSub adminstrative messages 1.14 metacpan
MQSeries::PubSub::Broker OO class for the MQSeries Publish/Subscribe Broker 1.14 metacpan
MQSeries::PubSub::Command base OO class implementing and interface to the MQSeries Publish/Subscribe broker commands. 1.14 metacpan
MQSeries::PubSub::Message OO interface to the MQRFH based Publish/Subscribe message format 1.14 metacpan
MQSeries::PubSub::Stream OO Class for publishing data to an MQSeries Publish/Subscribe Stream 1.14 metacpan
MQSeries::Queue OO interface to the MQSeries Queue objects 1.14 metacpan
MQSeries::QueueManager OO interface to the MQSeries Queue Manager 1.14 metacpan
MQSeries::Utils Internal utility functions 1.14 metacpan

Other Files

Changes.html metacpan
Changes.src metacpan
MANIFEST metacpan
MQClient/Makefile.PL metacpan
MQSeries-Message-DeadLetter/Makefile.PL metacpan
MQSeries-Message-PCF/Makefile.PL metacpan
MQSeries-Message-RulesFormat/Makefile.PL metacpan
MQSeries-OAM/Makefile.PL metacpan
MQSeries-PubSub/Makefile.PL metacpan
Makefile.PL metacpan
README metacpan
README.html metacpan