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: AfterAwhileRole, AsyncAwhileRole, Reflex::Role::Accepting, Reflex::Role::Connecting, Reflex::Role::Interval, Reflex::Role::PidCatcher, Reflex::Role::Readable, Reflex::Role::Reading, Reflex::Role::Recving, Reflex::Role::SigCatcher, Reflex::Role::Streaming, Reflex::Role::Timeout, Reflex::Role::Wakeup, Reflex::Role::Writable, Reflex::Role::Writing

no_pod_errors

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

Error: Reflex-0.081/lib/Reflex.pm -- Around line 341: Non-ASCII character seen before =encoding in 'attribute’s'. Assuming UTF-8

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: docs/intro/AfterAwhileClass.pm, docs/intro/AfterAwhileRole.pm, docs/intro/AfterAwhileSubclass.pm, docs/intro/AsyncAwhileClass.pm, docs/intro/AsyncAwhileRole.pm, docs/syntax.pm

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: AfterAwhileRole, AsyncAwhileRole, Reflex::Role::Accepting, Reflex::Role::Connecting, Reflex::Role::Interval, Reflex::Role::PidCatcher, Reflex::Role::Readable, Reflex::Role::Reading, Reflex::Role::Recving, Reflex::Role::SigCatcher, Reflex::Role::Streaming, Reflex::Role::Timeout, Reflex::Role::Wakeup, Reflex::Role::Writable, Reflex::Role::Writing

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

Modules

Name Abstract Version View
AfterAwhileClass metacpan
AfterAwhileRole metacpan
AfterAwhileSubclass metacpan
AsyncAwhileClass metacpan
AsyncAwhileRole metacpan
Reflex Class library for flexible, reactive programs. 0.081 metacpan
Reflex::Acceptor non-blocking client socket acceptor 0.081 metacpan
Reflex::Base Base class for reactive (aka, event driven) objects. 0.081 metacpan
Reflex::Callback Generic callback adapters to simplify calling back 0.081 metacpan
Reflex::Callback::CodeRef Callback adapter for plain code references 0.081 metacpan
Reflex::Callback::Method Callback adapter for class and object methods 0.081 metacpan
Reflex::Callback::Promise Non-callback, inline Promise adapter 0.081 metacpan
Reflex::Callbacks Convenience functions for creating and using callbacks 0.081 metacpan
Reflex::Client A non-blocking socket client. 0.081 metacpan
Reflex::Collection Autmatically manage a collection of collectible objects 0.081 metacpan
Reflex::Connector non-blocking client socket connector 0.081 metacpan
Reflex::Interval A stand-alone multi-shot periodic callback 0.081 metacpan
Reflex::PID Observe the exit of a subprocess by its SIGCHLD signal. 0.081 metacpan
Reflex::POE::Event Communicate with POE components expecting events. 0.081 metacpan
Reflex::POE::Postback Communicate with POE components expecting postbacks. 0.081 metacpan
Reflex::POE::Session Observe events from a POE::Session object. 0.081 metacpan
Reflex::POE::Wheel Base class for POE::Wheel wrappers. 0.081 metacpan
Reflex::POE::Wheel::Run Represent POE::Wheel::Run as a Reflex class. 0.081 metacpan
Reflex::Role define a Reflex paramaterized role 0.081 metacpan
Reflex::Role::Accepting add connection accepting to a class 0.081 metacpan
Reflex::Role::Collectible add manageability by Reflex::Collection 0.081 metacpan
Reflex::Role::Connecting add non-blocking client connecting to a class 0.081 metacpan
Reflex::Role::Interval set a periodic, recurring timer 0.081 metacpan
Reflex::Role::PidCatcher add async process reaping behavior to a class 0.081 metacpan
Reflex::Role::Reactive Make an object reactive (aka, event driven). 0.081 metacpan
Reflex::Role::Readable add readable-watching behavior to a class 0.081 metacpan
Reflex::Role::Reading add standard sysread() behavior to a class 0.081 metacpan
Reflex::Role::Recving Mix standard send/recv code into a class. 0.081 metacpan
Reflex::Role::SigCatcher add signal catching behavior to a class 0.081 metacpan
Reflex::Role::Streaming add streaming I/O behavior to a class 0.081 metacpan
Reflex::Role::Timeout set a wakeup callback for a relative delay 0.081 metacpan
Reflex::Role::Wakeup set a wakeup callback for a particular UNIX time 0.081 metacpan
Reflex::Role::Writable add writable-watching behavior to a class 0.081 metacpan
Reflex::Role::Writing add buffered non-blocking syswrite() to a class 0.081 metacpan
Reflex::Signal receive callbacks when signals arrive 0.081 metacpan
Reflex::Stream Buffered, translated I/O on non-blocking handles. 0.081 metacpan
Reflex::Timeout A stand-alone single-shot delayed callback 0.081 metacpan
Reflex::Trait::EmitsOnChange Emit an event when an attribute's value changes. 0.081 metacpan
Reflex::Trait::Observed Automatically watch Reflex objects. 0.081 metacpan
Reflex::UdpPeer Base class for non-blocking UDP networking peers. 0.081 metacpan
Reflex::Wakeup A stand-alone single-shot callback at an absolute time 0.081 metacpan

Provides

Name File View
Moose::Meta::Attribute::Custom::Trait::Reflex::Trait::EmitsOnChange lib/Reflex/Trait/EmitsOnChange.pm metacpan
Moose::Meta::Attribute::Custom::Trait::Reflex::Trait::Observed lib/Reflex/Trait/Observed.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
README.mkdn metacpan
dist.ini metacpan