DataFlow 1.111450 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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 |
|---|---|---|---|
| DataFlow | A component for dataflow processing | 1.111450 | metacpan |
| DataFlow::Item | A piece of information to be processed | 1.111450 | metacpan |
| DataFlow::Meta | A piece of information metadata | 1.111450 | metacpan |
| DataFlow::Proc | A data processor class | 1.111450 | metacpan |
| DataFlow::Proc::CSV | A CSV converting processor | 1.111450 | metacpan |
| DataFlow::Proc::Dumper | [DEPRECATED] A debugging processor that will dump data to STDERR | 1.111450 | metacpan |
| DataFlow::Proc::Encoding | A encoding conversion processor | 1.111450 | metacpan |
| DataFlow::Proc::HTMLFilter | A HTML filtering processor | 1.111450 | metacpan |
| DataFlow::Proc::JSON | A JSON converting processor | 1.111450 | metacpan |
| DataFlow::Proc::MessagePack | A MessagePack converting processor | 1.111450 | metacpan |
| DataFlow::Proc::MultiPageURLGenerator | A processor that generates multi-paged URL lists | 1.111450 | metacpan |
| DataFlow::Proc::NOP | A No-Op processor: input data is passed unmodified to the output | 1.111450 | metacpan |
| DataFlow::Proc::Null | A 'null' processor, will discard any input and return undef in the output | 1.111450 | metacpan |
| DataFlow::Proc::SQL | A processor that generates SQL clauses | 1.111450 | metacpan |
| DataFlow::Proc::SimpleFileInput | A processor that reads that from a file | 1.111450 | metacpan |
| DataFlow::Proc::SimpleFileOutput | A processor that writes data to a file | 1.111450 | metacpan |
| DataFlow::Proc::UC | Upper-case processor: output data is input passed through uc() | 1.111450 | metacpan |
| DataFlow::Proc::URLRetriever | An URL-retriever processor | 1.111450 | metacpan |
| DataFlow::Proc::YAML | A YAML converting processor | 1.111450 | metacpan |
| DataFlow::Role::Converter | A role for format-conversion processors | 1.111450 | metacpan |
| DataFlow::Role::Dumper | A role that provides a facility for dumping data to STDERR | 1.111450 | metacpan |
| DataFlow::Role::File | A role that provides a file-handle for processors | 1.111450 | metacpan |
| DataFlow::Role::TypePolicy | A role that defines a proc-handler | 1.111450 | metacpan |
| DataFlow::TypePolicy::ArrayRef | A TypePolicy that accepts only array-references | 1.111450 | metacpan |
| DataFlow::TypePolicy::ProcessInto | A TypePolicy that processes into references' values | 1.111450 | metacpan |
| DataFlow::TypePolicy::ProcessIntoArrayRef | A TypePolicy that processes into array references only | 1.111450 | metacpan |
| DataFlow::TypePolicy::Scalar | A TypePolicy that treats all items as scalars | 1.111450 | metacpan |
| DataFlow::Util::HTTPGet | A HTTP Getter | 1.111450 | metacpan |
| DataFlow::Util::HTTPGet::Curl | A HTTP Getter implementation using Curl | 1.111450 | metacpan |
| DataFlow::Util::HTTPGet::Mechanize | A HTTP Getter implementation using WWW::Mechanize | 1.111450 | metacpan |