Reflex 0.004 Deleted
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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Reflex | Class library for flexible, reactive programs. | 0.004 | metacpan |
| Reflex::Callback | Generic callback adapters to simplify calling back | 0.004 | metacpan |
| Reflex::Callback::CodeRef | Callback adapter for plain code references | 0.004 | metacpan |
| Reflex::Callback::Method | Callback adapter for class and object methods | 0.004 | metacpan |
| Reflex::Callback::Promise | Condvar-like non-callback adapter | 0.004 | metacpan |
| Reflex::Callbacks | Convenience functions for creating and using callbacks | 0.004 | metacpan |
| Reflex::Client | 0.004 | metacpan | |
| Reflex::Collection | Autmatically manage a collection of Reflex objects | 0.004 | metacpan |
| Reflex::Connector | 0.004 | metacpan | |
| Reflex::Handle | Watch a filehandle for read- and/or writability. | 0.004 | metacpan |
| Reflex::Listener | 0.004 | metacpan | |
| Reflex::Object | Base class for reactive objects. | 0.004 | metacpan |
| Reflex::PID | Observe the exit of a subprocess, via handling SIGCHLD. | 0.004 | metacpan |
| Reflex::POE::Event | Communicate with POE components expecting events. | 0.004 | metacpan |
| Reflex::POE::Postback | Communicate with POE components expecting postbacks. | 0.004 | metacpan |
| Reflex::POE::Session | Observe events from a POE::Session object. | 0.004 | metacpan |
| Reflex::POE::Wheel | Base class for POE::Wheel wrappers. | 0.004 | metacpan |
| Reflex::POE::Wheel::Run | Allow a Reflex class to represent POE::Wheel::Run. | 0.004 | metacpan |
| Reflex::Role::Object | Give an object reflexive roles. | 0.004 | metacpan |
| Reflex::Role::UdpPeer | Turn an object into a UDP network peer. | 0.004 | metacpan |
| Reflex::Signal | Generic signal observer and base class for specific ones. | 0.004 | metacpan |
| Reflex::Stream | 0.004 | metacpan | |
| Reflex::Timer | An object that observes the passage of time. | 0.004 | metacpan |
| Reflex::Trait::Emitter | Emit an event when an attribute's value changes. | 0.004 | metacpan |
| Reflex::Trait::Observer | Automatically observe Reflex objects. | 0.004 | metacpan |
| Reflex::UdpPeer | Base class for UDP networking peers. | 0.004 | metacpan |