Flux 1.03 Latest
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: Flux
- 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.
- 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: Flux
- 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 |
---|---|---|---|
Flux | stream processing toolkit | 1.03 | metacpan |
Flux::Format | interface for symmetric two-way formatting of any storage. | 1.03 | metacpan |
Flux::In | input stream interface | 1.03 | metacpan |
Flux::In::Role::Easy | simplified version of Flux::In role | 1.03 | metacpan |
Flux::In::Role::Lag | role for input streams which are aware of their lag | 1.03 | metacpan |
Flux::Mapper | interface for transforming input or output streams. | 1.03 | metacpan |
Flux::Mapper::Anon | callback-style mapper | 1.03 | metacpan |
Flux::Mapper::MappedIn | representation of in|mapper | 1.03 | metacpan |
Flux::Mapper::MappedMapper | representation of mapper|mapper | 1.03 | metacpan |
Flux::Mapper::MappedOut | representation of mapper|out | 1.03 | metacpan |
Flux::Mapper::Role::Easy | simplified version of Flux::Mapper role | 1.03 | metacpan |
Flux::Out | output stream interface | 1.03 | metacpan |
Flux::Out::Role::Easy | simplified version of Flux::Out role | 1.03 | metacpan |
Flux::Role::Description | role for stream objects that implement 'description' | 1.03 | metacpan |
Flux::Role::Owned | role for stream objects that belong to a specific user | 1.03 | metacpan |
Flux::Simple | functional-style stream generators | 1.03 | metacpan |
Flux::Simple::ArrayIn | input stream representation of an array | 1.03 | metacpan |
Flux::Simple::ArrayOut | output stream which stores data in a given array | 1.03 | metacpan |
Flux::Storage | interface to any flux storage. | 1.03 | metacpan |
Flux::Storage::Formatted | Representation of a storage wrapped with a format. | 1.03 | metacpan |
Flux::Storage::Memory | in-memory storage with support for named clients | 1.03 | metacpan |
Flux::Storage::Memory::In | in-memory input stream for Flux::MemoryStorage | 1.03 | metacpan |
Flux::Storage::Role::ClientList | common methods for storages with named clients | 1.03 | metacpan |