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::Eg, Reflex::Role::Accepting, Reflex::Role::Connecting, Reflex::Role::Decoding, Reflex::Role::Decoding::Datagram, Reflex::Role::Decoding::Stream, Reflex::Role::Encoding, Reflex::Role::InStreaming, Reflex::Role::Interval, Reflex::Role::OutStreaming, 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.096/lib/Reflex/Callback/CodeRef.pm -- Around line 102: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Around line 106: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Reflex-0.096/lib/Reflex/Callback.pm -- Around line 86: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Reflex-0.096/lib/Reflex/Callbacks.pm -- Around line 567: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Reflex-0.096/lib/Reflex/Eg/Inheritance/Moose.pm -- Around line 45: Unknown directive: =abstract Around line 47: Unknown directive: =example Reflex-0.096/lib/Reflex/Eg/Inheritance/Plain.pm -- Around line 36: Unknown directive: =abstract Around line 38: Unknown directive: =example Around line 44: Unknown directive: =include Reflex-0.096/lib/Reflex/Eg.pm -- Around line 22: Unknown directive: =abstract Around line 28: Unknown directive: =index Reflex-0.096/lib/Reflex.pm -- Around line 420: Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors. Around line 424: alternative text 'Ohlo - https://www.ohloh.net/p/reflex-perl' contains non-escaped | or / Around line 428: alternative text 'CIA - http://cia.vc/stats/project/reflex' contains non-escaped | or /

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::Eg, Reflex::Role::Accepting, Reflex::Role::Connecting, Reflex::Role::Decoding, Reflex::Role::Decoding::Datagram, Reflex::Role::Decoding::Stream, Reflex::Role::Encoding, Reflex::Role::InStreaming, Reflex::Role::Interval, Reflex::Role::OutStreaming, 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.096 metacpan
Reflex::Acceptor a non-blocking server (client socket acceptor) 0.096 metacpan
Reflex::Base Base class for reactive (aka, event driven) objects. 0.096 metacpan
Reflex::Callback Generic callback adapters to simplify calling back 0.096 metacpan
Reflex::Callback::CodeRef Callback adapter for plain code references 0.096 metacpan
Reflex::Callback::Method Callback adapter for class and object methods 0.096 metacpan
Reflex::Callback::Promise Non-callback, inline Promise adapter 0.096 metacpan
Reflex::Callbacks Convenience functions for creating and using callbacks 0.096 metacpan
Reflex::Client A non-blocking socket client. 0.096 metacpan
Reflex::Codec::Message 0.096 metacpan
Reflex::Codec::Message::Datagram 0.096 metacpan
Reflex::Codec::Message::Eof 0.096 metacpan
Reflex::Codec::Message::Stream 0.096 metacpan
Reflex::Collection Autmatically manage a collection of collectible objects 0.096 metacpan
Reflex::Connector non-blocking client socket connector 0.096 metacpan
Reflex::Decoder::Line 0.096 metacpan
Reflex::Eg 0.096 metacpan
Reflex::Eg::Inheritance::Moose 0.096 metacpan
Reflex::Eg::Inheritance::Plain 0.096 metacpan
Reflex::Encoder::Line 0.096 metacpan
Reflex::Event 0.096 metacpan
Reflex::Event::Datagram 0.096 metacpan
Reflex::Event::EOF 0.096 metacpan
Reflex::Event::Error 0.096 metacpan
Reflex::Event::FileHandle 0.096 metacpan
Reflex::Event::Flushed 0.096 metacpan
Reflex::Event::Interval 0.096 metacpan
Reflex::Event::Octets 0.096 metacpan
Reflex::Event::POE 0.096 metacpan
Reflex::Event::Postback 0.096 metacpan
Reflex::Event::SigChild 0.096 metacpan
Reflex::Event::Signal 0.096 metacpan
Reflex::Event::Socket 0.096 metacpan
Reflex::Event::Time 0.096 metacpan
Reflex::Event::Timeout 0.096 metacpan
Reflex::Event::ValueChange 0.096 metacpan
Reflex::Event::Wakeup 0.096 metacpan
Reflex::Filehandle 0.096 metacpan
Reflex::Interval A stand-alone multi-shot periodic callback 0.096 metacpan
Reflex::PID Watch the exit of a subprocess by its SIGCHLD signal. 0.096 metacpan
Reflex::POE::Event Communicate with POE components expecting events. 0.096 metacpan
Reflex::POE::Postback Communicate with POE components expecting postbacks. 0.096 metacpan
Reflex::POE::Session Watch events from a POE::Session object. 0.096 metacpan
Reflex::POE::Wheel Base class for POE::Wheel wrappers. 0.096 metacpan
Reflex::POE::Wheel::Run Represent POE::Wheel::Run as a Reflex class. 0.096 metacpan
Reflex::Role define a Reflex paramaterized role 0.096 metacpan
Reflex::Role::Accepting add connection accepting to a class 0.096 metacpan
Reflex::Role::Collectible add manageability by Reflex::Collection 0.096 metacpan
Reflex::Role::Connecting add non-blocking client connecting to a class 0.096 metacpan
Reflex::Role::Decoding 0.096 metacpan
Reflex::Role::Decoding::Datagram 0.096 metacpan
Reflex::Role::Decoding::Stream 0.096 metacpan
Reflex::Role::Encoding 0.096 metacpan
Reflex::Role::InStreaming add streaming input behavior to a class 0.096 metacpan
Reflex::Role::Interval set a periodic, recurring timer 0.096 metacpan
Reflex::Role::OutStreaming add streaming input behavior to a class 0.096 metacpan
Reflex::Role::PidCatcher add async process reaping behavior to a class 0.096 metacpan
Reflex::Role::Reactive Make an object reactive (aka, event driven). 0.096 metacpan
Reflex::Role::Readable add readable-watching behavior to a class 0.096 metacpan
Reflex::Role::Reading add standard sysread() behavior to a class 0.096 metacpan
Reflex::Role::Recving Mix standard send/recv code into a class. 0.096 metacpan
Reflex::Role::SigCatcher add signal catching behavior to a class 0.096 metacpan
Reflex::Role::Streaming add streaming I/O behavior to a class 0.096 metacpan
Reflex::Role::Timeout set a wakeup callback for a relative delay 0.096 metacpan
Reflex::Role::Wakeup set a wakeup callback for a particular UNIX time 0.096 metacpan
Reflex::Role::Writable add writable-watching behavior to a class 0.096 metacpan
Reflex::Role::Writing add buffered non-blocking syswrite() to a class 0.096 metacpan
Reflex::Signal receive callbacks when signals arrive 0.096 metacpan
Reflex::Stream Buffered, translated I/O on non-blocking handles. 0.096 metacpan
Reflex::Timeout A stand-alone single-shot delayed callback 0.096 metacpan
Reflex::Trait::EmitsOnChange Emit an event when an attribute's value changes. 0.096 metacpan
Reflex::Trait::Observed Automaticall watch Reflex objects. 0.096 metacpan
Reflex::Trait::Watched Automatically watch Reflex objects. 0.096 metacpan
Reflex::UdpPeer Base class for non-blocking UDP networking peers. 0.096 metacpan
Reflex::Wakeup A stand-alone single-shot callback at an absolute time 0.096 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
Moose::Meta::Attribute::Custom::Trait::Reflex::Trait::Watched lib/Reflex/Trait/Watched.pm metacpan

Other Files

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