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

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.9999_02/lib/POE/Filter/Grep.pm -- Around line 146: Expected text after =item, not a bullet POE-0.9999_02/lib/POE/Filter/Map.pm -- Around line 150: Expected text after =item, not a bullet POE-0.9999_02/lib/POE/Filter/RecordBlock.pm -- Around line 200: Expected text after =item, not a bullet POE-0.9999_02/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::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::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.9999_02,1.2219,1.2220,1.2221,1.2222,1.2232,1.2244,1.2245,1.2262,1.2267,1.2269,1.2272,1.2274,1.2280,1.2284,1.2290

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.9999_02 metacpan
POE::Component a POE servlet class 1.2220 metacpan
POE::Component::Client::TCP a simplified TCP client 1.2220 metacpan
POE::Component::Server::TCP a simplified TCP server 1.2220 metacpan
POE::Driver An API for abstract buffered file I/O. 1.2267 metacpan
POE::Driver::SysRW an abstract sysread/syswrite file driver 1.2220 metacpan
POE::Filter a protocol abstraction 1.2269 metacpan
POE::Filter::Block filter between streams and blocks 1.2221 metacpan
POE::Filter::Grep POE Data Grepping Filter 1.2220 metacpan
POE::Filter::HTTPD convert stream to HTTP::Request; HTTP::Response to stream 1.2272 metacpan
POE::Filter::Line filter data as lines 1.2222 metacpan
POE::Filter::Map POE Data Mapping Filter 1.2220 metacpan
POE::Filter::RecordBlock POE Record Block Abstraction 1.2220 metacpan
POE::Filter::Reference freeze data for sending; thaw data when it arrives 1.2220 metacpan
POE::Filter::Stackable POE Multiple Filter Abstraction 1.2220 metacpan
POE::Filter::Stream pass through data unchanged (a do-nothing filter) 1.2220 metacpan
POE::Kernel an event-based application kernel in Perl 1.2290 metacpan
POE::Loop documentation for POE's event loop bridge interface 1.2280 metacpan
POE::Loop::Event a bridge that supports Event.pm from POE 1.2219 metacpan
POE::Loop::Gtk a bridge that supports Gtk's event loop from POE 1.2219 metacpan
POE::Loop::IO_Poll a bridge that supports IO::Poll from POE 1.2222 metacpan
POE::Loop::PerlSignals plain Perl signal handlers used by many loops 1.2280 metacpan
POE::Loop::Select a bridge that supports select(2) from POE 1.2222 metacpan
POE::Loop::Tk a bridge that supports Tk's event loop from POE 1.2219 metacpan
POE::Loop::TkActiveState 1.2222 metacpan
POE::Loop::TkCommon common features of POE's Tk event loop bridges 1.2219 metacpan
POE::NFA event driven nondeterministic finite automaton 1.2220 metacpan
POE::Pipe common functions for POE::Pipe::OneWay and ::TwoWay 1.2274 metacpan
POE::Pipe::OneWay portable one-way pipe creation (works without POE) 1.2220 metacpan
POE::Pipe::TwoWay portable two-way pipe creation (works without POE) 1.2220 metacpan
POE::Queue documentation for POE's priority queue interface 1.2220 metacpan
POE::Queue::Array a high-performance array-based priority queue 1.2222 metacpan
POE::Resource documentation for POE's internal event watchers/generators 1.2220 metacpan
POE::Resource::Aliases manage session aliases for POE::Kernel 1.2245 metacpan
POE::Resource::Events manage events for POE::Kernel 1.2284 metacpan
POE::Resource::Extrefs tagged "extra" ref. count management for POE::Kernel 1.2222 metacpan
POE::Resource::FileHandles manage file handles on behalf of POE::Kernel 1.2274 metacpan
POE::Resource::SIDs session ID management for POE::Kernel 1.2245 metacpan
POE::Resource::Sessions manage session data structures for POE::Kernel 1.2245 metacpan
POE::Resource::Signals signal management for POE::Kernel 1.2245 metacpan
POE::Resource::Statistics Runtime statistics for POE programs 1.2220 metacpan
POE::Resources loader of POE resources 1.2244 metacpan
POE::Session a generic event-driven task 1.2262 metacpan
POE::Wheel event-driven mixins for POE::Session 1.2280 metacpan
POE::Wheel::Curses non-blocking Curses.pm input for full-screen console apps 1.2220 metacpan
POE::Wheel::FollowTail follow the tail of an ever-growing file 1.2267 metacpan
POE::Wheel::ListenAccept accept connections from regular listening sockets 1.2220 metacpan
POE::Wheel::ReadLine prompted terminal input 1.2222 metacpan
POE::Wheel::ReadLine::Keymap metacpan
POE::Wheel::ReadWrite buffered non-blocking I/O 1.2232 metacpan
POE::Wheel::Run event driven fork/exec with added value 1.2290 metacpan
POE::Wheel::SocketFactory non-blocking socket creation and management 1.2222 metacpan

Other Files

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