DataFlow 1.121830 Latest
Kwalitee Issues
No Core Issues.
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Mon 02 Jul 2012 12:05:50 AM JST gpg: using RSA key C66FB5C771CA9F3C gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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 |
---|---|---|---|
DataFlow | A framework for dataflow processing | 1.121830 | metacpan |
DataFlow::Item | A wrapper around the regular data processed by DataFlow | 1.121830 | metacpan |
DataFlow::Meta | A piece of information metadata | 1.121830 | metacpan |
DataFlow::Policy::ArrayRef | A ProcPolicy that accepts only array-references | 1.121830 | metacpan |
DataFlow::Policy::NOP | A ProcPolicy that returns the very item passed | 1.121830 | metacpan |
DataFlow::Policy::Null | A ProcPolicy that returns undef to any type | 1.121830 | metacpan |
DataFlow::Policy::ProcessInto | A ProcPolicy that processes into references' values recursively | 1.121830 | metacpan |
DataFlow::Policy::ProcessIntoArrayRef | A Policy that processes into array references only | 1.121830 | metacpan |
DataFlow::Policy::Scalar | A ProcPolicy that treats scalars items and pass other types as-is. | 1.121830 | metacpan |
DataFlow::Policy::ScalarOnly | A ProcPolicy that treats all items as scalars | 1.121830 | metacpan |
DataFlow::Policy::WithSpec | A ProcPolicy that treats scalars items and pass other types as-is. | 1.121830 | metacpan |
DataFlow::Proc | A data processor class | 1.121830 | metacpan |
DataFlow::Proc::CSV | A CSV converting processor | 1.121830 | metacpan |
DataFlow::Proc::Converter | A generic processor for format-conversion | 1.121830 | metacpan |
DataFlow::Proc::Encoding | A encoding conversion processor | 1.121830 | metacpan |
DataFlow::Proc::MultiPageURLGenerator | A processor that generates multi-paged URL lists | 1.121830 | metacpan |
DataFlow::Proc::NOP | A No-Op processor: input data is passed unmodified to the output | 1.121830 | metacpan |
DataFlow::Proc::Null | A 'null' processor, will discard any input and return undef in the output | 1.121830 | metacpan |
DataFlow::Proc::SQL | A processor that generates SQL clauses | 1.121830 | metacpan |
DataFlow::Proc::SimpleFileInput | A processor that reads that from a file | 1.121830 | metacpan |
DataFlow::Proc::SimpleFileOutput | A processor that writes data to a file | 1.121830 | metacpan |
DataFlow::Proc::UC | Upper-case processor: output data is input passed through uc() | 1.121830 | metacpan |
DataFlow::ProcWrapper | Wrapper around a processor | 1.121830 | metacpan |
DataFlow::Role::Dumper | A role that provides a facility for dumping data to STDERR | 1.121830 | metacpan |
DataFlow::Role::File | A role that provides a file-handle for processors | 1.121830 | metacpan |
DataFlow::Role::ProcPolicy | A role that defines how to use proc-handlers | 1.121830 | metacpan |
DataFlow::Role::Processor | A role that defines anything that processes something | 1.121830 | metacpan |
DataFlow::Types | Type definitions for DataFlow | 1.121830 | metacpan |