Changes for version 1.111480
- commit e33f079bb92e967683f00bc4997dc329bfe24577 Author: Alexei Znamensky <russoz@cpan.org>
- perltidy
- commit d07b4e17193734eda1c20cfb8b4441b0c5cdc8d6 Author: Alexei Znamensky <russoz@cpan.org>
- Dropped role Converter, moved to proc Converter
- commit e2403c017f9cf275dfa53d4154c7c3e2ec0c3e85 Author: Alexei Znamensky <russoz@cpan.org>
- refactored the subtypes out to DataFlow::Types
- commit 9ad4cbdec797235a775410dc85d43fcc866b5618 Author: Alexei Znamensky <russoz@cpan.org>
- perltidy
- commit e3e258850d643339671254ed8c00e15f3df2a704 Author: Alexei Znamensky <russoz@cpan.org>
- improved procs' string proc loading and POD
Modules
A component for dataflow processing
A piece of information to be processed
A piece of information metadata
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 a proc-handler
A TypePolicy that accepts only array-references
A TypePolicy that processes into references' values
A TypePolicy that processes into array references only
A TypePolicy that treats all items as scalars
Type definitions for DataFlow
A HTTP Getter
A HTTP Getter implementation using Curl
A HTTP Getter implementation using WWW::Mechanize