XAS 0.07
Kwalitee Issues
- 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: XAS, XAS::Apps::Logger, XAS::Apps::Rotate, XAS::Base, XAS::Class, XAS::Constants, XAS::Exception, XAS::Factory, XAS::Lib::App, XAS::Lib::App::Daemon, XAS::Lib::App::Services, XAS::Lib::App::Services::Unix, XAS::Lib::App::Services::Win32, XAS::Lib::Curses::Root, XAS::Lib::Curses::Unix, XAS::Lib::Curses::Win32, XAS::Lib::Mixins::Handlers, XAS::Lib::Mixins::Keepalive, XAS::Lib::Modules::Alerts, XAS::Lib::Modules::Email, XAS::Lib::Modules::Environment, XAS::Lib::Modules::Locking, XAS::Lib::Modules::Log, XAS::Lib::Modules::Log::Console, XAS::Lib::Modules::Log::File, XAS::Lib::Modules::Log::Logstash, XAS::Lib::Modules::Log::Syslog, XAS::Lib::Modules::Spool, XAS::Lib::Net::Client, XAS::Lib::Net::POE::Client, XAS::Lib::Net::Server, XAS::Lib::SSH::Client, XAS::Lib::SSH::Server, XAS::Lib::Service, XAS::Lib::Services, XAS::Lib::Services::Unix, XAS::Lib::Services::Win32, XAS::Lib::Session, XAS::Lib::Stomp::Frame, XAS::Lib::Stomp::POE::Client, XAS::Lib::Stomp::POE::Filter, XAS::Lib::Stomp::Parser, XAS::Lib::Stomp::Utils, XAS::Singleton, XAS::Utils
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: XAS-0.07/lib/XAS/Apps/Rotate.pm -- Around line 784: L<> starts or ends with whitespace XAS-0.07/lib/XAS/Lib/Stomp/Parser.pm -- Around line 342: L<> starts or ends with whitespace
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- 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: XAS, XAS::Apps::Logger, XAS::Apps::Rotate, XAS::Base, XAS::Class, XAS::Constants, XAS::Exception, XAS::Factory, XAS::Lib::App, XAS::Lib::App::Daemon, XAS::Lib::App::Services, XAS::Lib::App::Services::Unix, XAS::Lib::App::Services::Win32, XAS::Lib::Curses::Root, XAS::Lib::Curses::Unix, XAS::Lib::Curses::Win32, XAS::Lib::Mixins::Handlers, XAS::Lib::Mixins::Keepalive, XAS::Lib::Modules::Alerts, XAS::Lib::Modules::Email, XAS::Lib::Modules::Environment, XAS::Lib::Modules::Locking, XAS::Lib::Modules::Log, XAS::Lib::Modules::Log::Console, XAS::Lib::Modules::Log::File, XAS::Lib::Modules::Log::Logstash, XAS::Lib::Modules::Log::Syslog, XAS::Lib::Modules::Spool, XAS::Lib::Net::Client, XAS::Lib::Net::POE::Client, XAS::Lib::Net::Server, XAS::Lib::SSH::Client, XAS::Lib::SSH::Server, XAS::Lib::Service, XAS::Lib::Services, XAS::Lib::Services::Unix, XAS::Lib::Services::Win32, XAS::Lib::Session, XAS::Lib::Stomp::Frame, XAS::Lib::Stomp::POE::Client, XAS::Lib::Stomp::POE::Filter, XAS::Lib::Stomp::Parser, XAS::Lib::Stomp::Utils, XAS::Singleton, XAS::Utils
- 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.01,0.02,0.03,0.04,0.07
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 |
|---|---|---|---|
| XAS | Middleware for Perl | 0.07 | metacpan |
| XAS::Apps::Logger | A test for logging | 0 | metacpan |
| XAS::Apps::Rotate | Rotate files based on a config file | 0.04 | metacpan |
| XAS::Base | The base class for the XAS environment | 0.03 | metacpan |
| XAS::Class | A Perl extension for the XAS environment | 0 | metacpan |
| XAS::Constants | A Perl extension for the XAS environment | 0.02 | metacpan |
| XAS::Exception | The base exception class for the XAS environment | 0 | metacpan |
| XAS::Factory | A factory system for the XAS environment | 0.01 | metacpan |
| XAS::Lib::App | The base class to write procedures within the XAS environment | 0.04 | metacpan |
| XAS::Lib::App::Daemon | The base class to write daemons within the XAS environment | 0.02 | metacpan |
| XAS::Lib::App::Services | The base class to write services within the XAS environment | 0.01 | metacpan |
| XAS::Lib::App::Services::Unix | 0.01 | metacpan | |
| XAS::Lib::App::Services::Win32 | A mixin class for Win32 Services | 0.01 | metacpan |
| XAS::Lib::Curses::Root | A class for the XAS environment | 0 | metacpan |
| XAS::Lib::Curses::Unix | A mixin class for Curses on Unix | 0.01 | metacpan |
| XAS::Lib::Curses::Win32 | A mixin for handling PDCurses issues on Win32 | 0.01 | metacpan |
| XAS::Lib::Mixins::Handlers | 0.01 | metacpan | |
| XAS::Lib::Mixins::Keepalive | 0.01 | metacpan | |
| XAS::Lib::Modules::Alerts | The alert module for the XAS environment | 0.04 | metacpan |
| XAS::Lib::Modules::Email | The Email module for the XAS environment | 0.02 | metacpan |
| XAS::Lib::Modules::Environment | The base environment for the XAS environment | 0.01 | metacpan |
| XAS::Lib::Modules::Locking | A module to provide discretionary directory locking. | 0.02 | metacpan |
| XAS::Lib::Modules::Log | A class for logging in the XAS Environment | 0.01 | metacpan |
| XAS::Lib::Modules::Log::Console | A mixin class for logging | 0.01 | metacpan |
| XAS::Lib::Modules::Log::File | A mixin class for logging | 0.01 | metacpan |
| XAS::Lib::Modules::Log::Logstash | A mixin class for logging | 0.01 | metacpan |
| XAS::Lib::Modules::Log::Syslog | A mixin class for logging | 0.01 | metacpan |
| XAS::Lib::Modules::Spool | A Perl extension for the XAS environment | 0.03 | metacpan |
| XAS::Lib::Net::Client | The network client interface for the XAS environment | 0.02 | metacpan |
| XAS::Lib::Net::POE::Client | An asynchronous network client based on POE | 0.01 | metacpan |
| XAS::Lib::Net::Server | A basic network server for the XAS Environment | 0.01 | metacpan |
| XAS::Lib::SSH::Client | A SSH based client | 0.01 | metacpan |
| XAS::Lib::SSH::Server | A SSH Subsystem based server | 0.01 | metacpan |
| XAS::Lib::Service | The base class for all POE Sessions. | 0.03 | metacpan |
| XAS::Lib::Services | A class to interact with Services | 0.03 | metacpan |
| XAS::Lib::Services::Unix | A mixin class for Unix Services | 0.01 | metacpan |
| XAS::Lib::Services::Win32 | A mixin class for Win32 Services | 0.01 | metacpan |
| XAS::Lib::Session | The base class for all POE Sessions. | 0.03 | metacpan |
| XAS::Lib::Stomp::Frame | A STOMP Frame | 0.01 | metacpan |
| XAS::Lib::Stomp::POE::Client | A STOMP client for the POE Environment | 0.03 | metacpan |
| XAS::Lib::Stomp::POE::Filter | An I/O filter for the POE Environment | 0.01 | metacpan |
| XAS::Lib::Stomp::Parser | 0.01 | metacpan | |
| XAS::Lib::Stomp::Utils | STOMP protocol utilities for clients | 0.01 | metacpan |
| XAS::Singleton | A singleton class for the XAS environment | 0.01 | metacpan |
| XAS::Utils | A Perl extension for the XAS environment | 0.04 | metacpan |