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

  • commit 0a84b7f264f0423ff6c4028becf87b7a38537a8e Author: Alexei Znamensky <russoz@cpan.org>
    • GithubMeta has been added to bundle @Author::RUSSOZ
  • commit 8cd3700e37f7db65100cebd014aff3c037b35ff9 Author: Alexei Znamensky <russoz@cpan.org>
    • Refactored MessagePack processor out of DataFlow
  • commit e89801a59efb9afd7be559bf8bbdbe7738f27182 Author: Alexei Znamensky <russoz@cpan.org>
    • improved POD for DataFlow
  • commit 59fbe4d4ea264daf73e409849beeb1eb050d5986 Author: Alexei Znamensky <russoz@cpan.org>
    • added OneArgNew feat to DataFlow::Proc

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