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: POE::Queue, POE::Resource

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.

has_meta_json

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

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: POE, POE::Component, POE::Component::Client::TCP, POE::Component::Server::TCP, POE::Driver, POE::Driver::SysRW, POE::Filter, POE::Filter::Block, POE::Filter::Grep, POE::Filter::HTTPD, POE::Filter::Line, POE::Filter::Map, POE::Filter::RecordBlock, POE::Filter::Reference, POE::Filter::Stackable, POE::Filter::Stream, POE::Kernel, POE::Loop, POE::Loop::Event, POE::Loop::Gtk, POE::Loop::IO_Poll, POE::Loop::PerlSignals, POE::Loop::Select, POE::Loop::Tk, POE::Loop::TkActiveState, POE::Loop::TkCommon, POE::NFA, POE::Pipe, POE::Pipe::OneWay, POE::Pipe::TwoWay, POE::Queue, POE::Queue::Array, POE::Resource, POE::Resource::Aliases, POE::Resource::Events, POE::Resource::Extrefs, POE::Resource::FileHandles, POE::Resource::SIDs, POE::Resource::Sessions, POE::Resource::Signals, POE::Resource::Statistics, POE::Resources, POE::Session, POE::Wheel, POE::Wheel::Curses, POE::Wheel::FollowTail, POE::Wheel::ListenAccept, POE::Wheel::ReadWrite, POE::Wheel::Run, POE::Wheel::SocketFactory

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 1.003_04,1.2447,1.2450,1.2454,1.2456,1.2470,1.2478,1.2485

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.

Modules

Name Abstract Version View
POE portable multitasking and networking framework for Perl 1.003_04 metacpan
POE::Component event driven objects or subsystems 1.2447 metacpan
POE::Component::Client::TCP a simplified TCP client 1.2447 metacpan
POE::Component::Server::TCP a simplified TCP server 1.2447 metacpan
POE::Driver an abstract interface for buffered, non-blocking I/O 1.2447 metacpan
POE::Driver::SysRW buffered, non-blocking I/O using sysread and syswrite 1.2447 metacpan
POE::Filter protocol abstractions for POE::Wheel and standalone use 1.2447 metacpan
POE::Filter::Block translate data between streams and blocks 1.2447 metacpan
POE::Filter::Grep select or remove items based on simple rules 1.2447 metacpan
POE::Filter::HTTPD parse simple HTTP requests, and serialize HTTP::Response 1.2447 metacpan
POE::Filter::Line serialize and parse terminated records (lines) 1.2447 metacpan
POE::Filter::Map transform input and/or output within a filter stack 1.2447 metacpan
POE::Filter::RecordBlock translate between discrete records and blocks of them 1.2447 metacpan
POE::Filter::Reference freeze and thaw arbitrary Perl data 1.2447 metacpan
POE::Filter::Stackable combine multiple POE::Filter objects 1.2447 metacpan
POE::Filter::Stream a no-op filter that passes data through unchanged 1.2447 metacpan
POE::Kernel an event-based application kernel in Perl 1.2478 metacpan
POE::Loop documentation for POE's event loop bridge interface 1.2447 metacpan
POE::Loop::Event a bridge that allows POE to be driven by Event.pm 1.2447 metacpan
POE::Loop::Gtk a bridge that allows POE to be driven by Gtk 1.2447 metacpan
POE::Loop::IO_Poll a bridge that allows POE to be driven by IO::Poll 1.2447 metacpan
POE::Loop::PerlSignals common signal handling routines for POE::Loop bridges 1.2470 metacpan
POE::Loop::Select a bridge that allows POE to be driven by select(2) 1.2447 metacpan
POE::Loop::Tk a bridge that allows POE to be driven by Tk 1.2447 metacpan
POE::Loop::TkActiveState a POE/Tk bridge for ActiveState's Tk 1.2447 metacpan
POE::Loop::TkCommon common code between the POE/Tk event loop bridges 1.2447 metacpan
POE::NFA an event-driven state machine (nondeterministic finite automaton) 1.2456 metacpan
POE::Pipe common methods for POE::Pipe::OneWay and POE::Pipe::TwoWay 1.2485 metacpan
POE::Pipe::OneWay a portable API for one-way pipes 1.2447 metacpan
POE::Pipe::TwoWay a portable API for two-way pipes 1.2447 metacpan
POE::Queue a flexible, generic priority queue API 1.2447 metacpan
POE::Queue::Array a high-performance array-based priority queue 1.2447 metacpan
POE::Resource internal resource managers for POE::Kernel 1.2447 metacpan
POE::Resource::Aliases internal session alias manager for POE::Kernel 1.2447 metacpan
POE::Resource::Events internal event manager for POE::Kernel 1.2447 metacpan
POE::Resource::Extrefs internal reference counts manager for POE::Kernel 1.2447 metacpan
POE::Resource::FileHandles internal filehandle manager for POE::Kernel 1.2485 metacpan
POE::Resource::SIDs internal session ID manager for POE::Kernel 1.2447 metacpan
POE::Resource::Sessions internal session manager for POE::Kernel 1.2447 metacpan
POE::Resource::Signals internal signal manager for POE::Kernel 1.2478 metacpan
POE::Resource::Statistics experimental runtime statistics for POE 1.2447 metacpan
POE::Resources loader of POE resources 1.2447 metacpan
POE::Session a generic event-driven task 1.2447 metacpan
POE::Wheel event-driven mixins for POE::Session 1.2447 metacpan
POE::Wheel::Curses non-blocking input for Curses 1.2485 metacpan
POE::Wheel::FollowTail follow the tail of an ever-growing file 1.2447 metacpan
POE::Wheel::ListenAccept accept connections from regular listening sockets 1.2447 metacpan
POE::Wheel::ReadLine non-blocking Term::ReadLine for POE 1.2450 metacpan
POE::Wheel::ReadLine::Keymap metacpan
POE::Wheel::ReadWrite non-blocking buffered I/O mix-in for POE::Sessoin 1.2454 metacpan
POE::Wheel::Run portably run blocking code and programs in subprocesses 1.2447 metacpan
POE::Wheel::SocketFactory non-blocking socket creation 1.2485 metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan