The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.111860

  • commit 82ef0db195ce073fc2b0a959433cd072bb2e08fa Merge: a46946a 4223b75 Author: Alexei Znamensky <russoz@cpan.org>
    • Merge branch 'rc/1.111860'
  • commit 4223b758eb6bab728243e5a0b20572cff60bc9f9 Author: Alexei Znamensky <russoz@cpan.org>
    • using builder instead of default in class DataFlow
  • commit e09a1c5a3b62e18d3d81b3c6172c9c02b113adf5 Author: Alexei Znamensky <russoz@cpan.org>
    • added the Quick Start Guide
  • commit 95de2dc689b54c210b1b82094b4a095fff9b7dd5 Author: Alexei Znamensky <russoz@cpan.org>
    • removed t/00-load.t, using bundle v0.012

Documentation

DataFlow Quick Start Guide

Modules

A framework for dataflow processing
A piece of information to be processed
A piece of information metadata
A ProcPolicy that accepts only array-references
A ProcPolicy that returns the very item passed
A ProcPolicy that returns undef to any type
A ProcPolicy that processes into references' values recursively
A Policy that processes into array references only
A ProcPolicy that treats scalars items and pass other types as-is.
A ProcPolicy that treats all items as scalars
A ProcPolicy that treats scalars items and pass other types as-is.
A data processor class
A CSV converting processor
A generic processor for format-conversion
A encoding conversion processor
A processor that generates multi-paged URL lists
A No-Op processor: input data is passed unmodified to the output
A 'null' processor, will discard any input and return undef in the output
A processor that generates SQL clauses
A processor that reads that from a file
A processor that writes data to a file
Upper-case processor: output data is input passed through uc()
A role that provides a facility for dumping data to STDERR
A role that provides a file-handle for processors
A role that defines how to use proc-handlers
A role that defines anything that processes something
Type definitions for DataFlow