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

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: POE-0.9500/lib/POE/Filter/Grep.pm -- Around line 146: Expected text after =item, not a bullet POE-0.9500/lib/POE/Filter/Map.pm -- Around line 150: Expected text after =item, not a bullet POE-0.9500/lib/POE/Filter/RecordBlock.pm -- Around line 200: Expected text after =item, not a bullet POE-0.9500/lib/POE/Filter/Stackable.pm -- Around line 254: Expected text after =item, not a bullet

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::API::Ctl, POE::API::ResLoader, 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::Controls, 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::ReadLine, 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: 0.9500,1.1903,1.1920,1.1979,1.1980,1.2004,1.2025,1.2084,1.2087,1.2102,1.2106,1.2110,1.2111,1.2116,1.2126,1.2135,1.2137,1.2142,1.2144,1.2145,1.2149

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 0.9500 metacpan
POE::API::Ctl Switches and Knobs for POE Internals 1.1903 metacpan
POE::API::ResLoader provides initialization interface for POE::Resources 1.1903 metacpan
POE::Component a POE servlet class 1.2116 metacpan
POE::Component::Client::TCP a simplified TCP client 1.2110 metacpan
POE::Component::Server::TCP a simplified TCP server 1.2106 metacpan
POE::Driver an abstract file driver 1.1903 metacpan
POE::Driver::SysRW an abstract sysread/syswrite file driver 1.2144 metacpan
POE::Filter a protocol abstraction 1.2145 metacpan
POE::Filter::Block filter between streams and blocks 1.1920 metacpan
POE::Filter::Grep POE Data Grepping Filter 1.2106 metacpan
POE::Filter::HTTPD convert stream to HTTP::Request; HTTP::Response to stream 1.2106 metacpan
POE::Filter::Line filter data as lines 1.1920 metacpan
POE::Filter::Map POE Data Mapping Filter 1.2106 metacpan
POE::Filter::RecordBlock POE Record Block Abstraction 1.2106 metacpan
POE::Filter::Reference freeze data for sending; thaw data when it arrives 1.2025 metacpan
POE::Filter::Stackable POE Multiple Filter Abstraction 1.2145 metacpan
POE::Filter::Stream pass through data unchanged (a do-nothing filter) 1.1920 metacpan
POE::Kernel an event driven threaded application kernel in Perl 1.2142 metacpan
POE::Loop documentation for POE's event loop bridge interface 1.2116 metacpan
POE::Loop::Event a bridge that supports Event.pm from POE 1.2126 metacpan
POE::Loop::Gtk a bridge that supports Gtk's event loop from POE 1.2004 metacpan
POE::Loop::IO_Poll a bridge that supports IO::Poll from POE 1.2149 metacpan
POE::Loop::PerlSignals plain Perl signal handlers used by many loops 1.1980 metacpan
POE::Loop::Select a bridge that supports select(2) from POE 1.1980 metacpan
POE::Loop::Tk a bridge that supports Tk's event loop from POE 1.1980 metacpan
POE::Loop::TkActiveState 1.1980 metacpan
POE::Loop::TkCommon common features of POE's Tk event loop bridges 1.2084 metacpan
POE::NFA event driven nondeterministic finite automaton 1.2135 metacpan
POE::Pipe common functions for POE::Pipe::OneWay and ::TwoWay 1.2116 metacpan
POE::Pipe::OneWay portable one-way pipe creation (works without POE) 1.2116 metacpan
POE::Pipe::TwoWay portable two-way pipe creation (works without POE) 1.2116 metacpan
POE::Queue documentation for POE's priority queue interface 1.1903 metacpan
POE::Queue::Array a high-performance array-based priority queue 1.1979 metacpan
POE::Resource documentation for POE's internal event watchers/generators 1.2116 metacpan
POE::Resource::Aliases manage session aliases for POE::Kernel 1.2087 metacpan
POE::Resource::Controls Switches and Knobs for POE Internals 1.2087 metacpan
POE::Resource::Events manage events for POE::Kernel 1.2087 metacpan
POE::Resource::Extrefs tagged "extra" ref. count management for POE::Kernel 1.2087 metacpan
POE::Resource::FileHandles manage file handles on behalf of POE::Kernel 1.2087 metacpan
POE::Resource::SIDs session ID management for POE::Kernel 1.2087 metacpan
POE::Resource::Sessions manage session data structures for POE::Kernel 1.2126 metacpan
POE::Resource::Signals signal management for POE::Kernel 1.2126 metacpan
POE::Resource::Statistics Runtime statistics for POE programs 1.2087 metacpan
POE::Resources loader of POE resources 1.2106 metacpan
POE::Session an event driven abstract state machine 1.2142 metacpan
POE::Wheel high-level protocol logic 1.1903 metacpan
POE::Wheel::Curses non-blocking Curses.pm input for full-screen console apps 1.2102 metacpan
POE::Wheel::FollowTail follow the tail of an ever-growing file 1.2111 metacpan
POE::Wheel::ListenAccept accept connections from regular listening sockets 1.2106 metacpan
POE::Wheel::ReadLine prompted terminal input 1.2137 metacpan
POE::Wheel::ReadLine::Keymap metacpan
POE::Wheel::ReadWrite buffered non-blocking I/O 1.2106 metacpan
POE::Wheel::Run event driven fork/exec with added value 1.2106 metacpan
POE::Wheel::SocketFactory non-blocking socket creation and management 1.2106 metacpan

Other Files

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