Kwalitee Issues

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.050/lib/Reflex.pm -- Around line 220: Non-ASCII character seen before =encoding in '−'. 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/syntax.pm

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
Reflex Class library for flexible, reactive programs. 0.050 metacpan
Reflex::Base Base class for reactive (aka, event driven) objects. 0.050 metacpan
Reflex::Callback Generic callback adapters to simplify calling back 0.050 metacpan
Reflex::Callback::CodeRef Callback adapter for plain code references 0.050 metacpan
Reflex::Callback::Method Callback adapter for class and object methods 0.050 metacpan
Reflex::Callback::Promise Non-callback, inline Promise adapter 0.050 metacpan
Reflex::Callbacks Convenience functions for creating and using callbacks 0.050 metacpan
Reflex::Client A non-blocking socket client. 0.050 metacpan
Reflex::Collection Autmatically manage a collection of collectible objects 0.050 metacpan
Reflex::Connector Connect to a server without blocking. 0.050 metacpan
Reflex::Handle Watch a filehandle for read- and/or writability. 0.050 metacpan
Reflex::Listener Generate connected client sockets from a listening server socket. 0.050 metacpan
Reflex::PID Observe the exit of a subprocess by its SIGCHLD signal. 0.050 metacpan
Reflex::POE::Event Communicate with POE components expecting events. 0.050 metacpan
Reflex::POE::Postback Communicate with POE components expecting postbacks. 0.050 metacpan
Reflex::POE::Session Observe events from a POE::Session object. 0.050 metacpan
Reflex::POE::Wheel Base class for POE::Wheel wrappers. 0.050 metacpan
Reflex::POE::Wheel::Run Represent POE::Wheel::Run as a Reflex class. 0.050 metacpan
Reflex::Role::Collectible add manageability by Reflex::Collection 0.050 metacpan
Reflex::Role::Reactive Make an object reactive (aka, event driven). 0.050 metacpan
Reflex::Role::Readable add readable-watching behavior to a class 0.050 metacpan
Reflex::Role::Recving Mix standard send/recv code into a class. 0.050 metacpan
Reflex::Role::Streaming add streaming I/O behavior to a class 0.050 metacpan
Reflex::Role::Writable add writable-watching behavior to a class 0.050 metacpan
Reflex::Signal Generic signal watcher and base class for specific ones. 0.050 metacpan
Reflex::Stream Buffered, translated I/O on non-blocking handles. 0.050 metacpan
Reflex::Timer An object that watches the passage of time. 0.050 metacpan
Reflex::Trait::EmitsOnChange Emit an event when an attribute's value changes. 0.050 metacpan
Reflex::Trait::Observed Automatically watch Reflex objects. 0.050 metacpan
Reflex::UdpPeer Base class for non-blocking UDP networking peers. 0.050 metacpan
Reflex::Util::Methods helper functions to generate methods 0.050 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