Changes for version 1.111600
- commit d50da38661f042c761ee1fb654fdecb5d344fb5d Author: Alexei Znamensky <russoz@cpan.org>
- refactored type definitions out of Proc.pm into Types.pm
- commit b32a84fee6c5430439491ba2d894a88c5b024ddf Author: Alexei Znamensky <russoz@cpan.org>
- changed the syntax for coercion of procs from ArrayRef
- commit ce72b419d7dfbf844c2e31e4dfbd8238cce206bd Author: Alexei Znamensky <russoz@cpan.org>
- policy can be specified with parameters now
- commit 54406036de97a746e65e167f0de7652d347fcf19 Author: Alexei Znamensky <russoz@cpan.org>
- slight improvement on example script
- commit 1a4b9a2b01d2e0d9acb4f143a222ed39b38a32a3 Merge: 1add909 cc693f7 Author: Alexei Znamensky <russoz@cpan.org>
- Merge branch 'develop' into feature/with-spec
- commit cc693f7c475d9e3ee4769e70175b9542b277c588 Author: Alexei Znamensky <russoz@cpan.org>
- added and fixed POD
- commit 1add909f66631f6fb813c548534dbdccf13e6c53 Author: Alexei Znamensky <russoz@cpan.org>
- first draft
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