Changes for version 1.111670

  • commit f936dd3f4b8cae6d35d0c9b503adf0fb4eaa8a72 Author: Alexei Znamensky <russoz@cpan.org>
    • Types reorg and improve in POD
  • commit e338a8b6cbf207c07770c6511914faa288c794ef Author: Alexei Znamensky <russoz@cpan.org>
    • added more tests
  • commit 89a9ae500b4a3bdde05865840c8009f1b0fd7e05 Author: Alexei Znamensky <russoz@cpan.org>
    • bundle @Author::RUSSOZ now uses Module::Signature
  • commit 7152c931b3b18a6d647ae8d7a8956b47aabeb1a5 Author: Alexei Znamensky <russoz@cpan.org>
    • simplified coercion of ProcessorChain

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 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