MQSeries 1.13 Deleted

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 (146):
  • Missing in MANIFEST: Changes.html, MANIFEST, README.html

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::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

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