Kwalitee Issues

No Core Issues.

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.010 metacpan
Reflex::Callback Generic callback adapters to simplify calling back 0.010 metacpan
Reflex::Callback::CodeRef Callback adapter for plain code references 0.010 metacpan
Reflex::Callback::Method Callback adapter for class and object methods 0.010 metacpan
Reflex::Callback::Promise Condvar-like non-callback adapter 0.010 metacpan
Reflex::Callbacks Convenience functions for creating and using callbacks 0.010 metacpan
Reflex::Client A non-blocking socket client. 0.010 metacpan
Reflex::Collection Autmatically manage a collection of Reflex objects 0.010 metacpan
Reflex::Connector Connect to a server without blocking. 0.010 metacpan
Reflex::Handle Watch a filehandle for read- and/or writability. 0.010 metacpan
Reflex::Listener Generate connected client sockets from a listening server socket. 0.010 metacpan
Reflex::Object Base class for reactive (aka, event driven) objects. 0.010 metacpan
Reflex::PID Observe the exit of a subprocess by its SIGCHLD signal. 0.010 metacpan
Reflex::POE::Event Communicate with POE components expecting events. 0.010 metacpan
Reflex::POE::Postback Communicate with POE components expecting postbacks. 0.010 metacpan
Reflex::POE::Session Observe events from a POE::Session object. 0.010 metacpan
Reflex::POE::Wheel Base class for POE::Wheel wrappers. 0.010 metacpan
Reflex::POE::Wheel::Run Represent POE::Wheel::Run as a Reflex class. 0.010 metacpan
Reflex::Role::Object Make an object reactive (aka, event driven). 0.010 metacpan
Reflex::Role::UdpPeer Add non-blocking UDP networking to an object. 0.010 metacpan
Reflex::Signal Generic signal observer and base class for specific ones. 0.010 metacpan
Reflex::Stream Buffered, translated I/O on non-blocking handles. 0.010 metacpan
Reflex::Timer An object that observes the passage of time. 0.010 metacpan
Reflex::Trait::Emitter Emit an event when an attribute's value changes. 0.010 metacpan
Reflex::Trait::Observer Automatically observe Reflex objects. 0.010 metacpan
Reflex::UdpPeer Base class for non-blocking UDP networking peers. 0.010 metacpan

Provides

Name File View
Moose::Meta::Attribute::Custom::Trait::Reflex::Trait::Emitter lib/Reflex/Trait/Emitter.pm metacpan
Moose::Meta::Attribute::Custom::Trait::Reflex::Trait::Observer lib/Reflex/Trait/Observer.pm metacpan

Other Files

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