Changes for version 1.111510

  • commit 9816761de40c535500ac1fbfe0eaf50da8481f46 Author: Alexei Znamensky <russoz@cpan.org>
    • perltidy + small fix
  • commit c923f98367384702fc25c9e3f9e1d62b228b5757 Author: Alexei Znamensky <russoz@cpan.org>
    • added test for ScalarOnly policy
  • commit ab586d1d54108d0ef9daff674c9991f6690c3b07 Author: Alexei Znamensky <russoz@cpan.org>
    • will accept 'Proc' as a string definition for a processor
  • commit cd916ea073b9ed3eec0f577803aa42b55bc650c5 Merge: b5e784a 0f1b3d2 Author: Alexei Znamensky <russoz@cpan.org>
    • Merge branch 'develop' of github.com:russoz/DataFlow into develop
  • commit 0f1b3d2ea452814380e8a8332dac984113c81f3e Author: Alexei Znamensky <russoz@cpan.org>
    • added aliases to header attribute/predicate

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 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 data processor class
A CSV converting processor
A generic processor for format-conversion
[DEPRECATED] A debugging processor that will dump data to STDERR
A encoding conversion processor
A HTML filtering processor
A JSON converting processor
A MessagePack converting 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()
An URL-retriever processor
A YAML converting processor
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
A HTTP Getter
A HTTP Getter implementation using Curl
A HTTP Getter implementation using WWW::Mechanize