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

  • commit a88706266d9686775b45d6b5858f4c08d510e4ae Author: Alexei Znamensky <russoz@cpan.org>
    • added support for plain string when defining flows
  • commit 22b64aa0d783d60998a9ffc050802853d5e38163 Author: Alexei Znamensky <russoz@cpan.org>
    • tidy
  • commit 3cd418c91a847dc5a897d4ec542890b20764b65d Author: Alexei Znamensky <russoz@cpan.org>
    • tidy t/60-multipageurlgenerator.t
  • commit 6f2f1193d5a2090272a4c3f89811b1a7a7e830d0 Author: Alexei Znamensky <russoz@cpan.org>
    • added UC Proc, runs uc()
  • commit 20fd5855f08c28fc39511a7f2846059758ce3d79 Author: Alexei Znamensky <russoz@cpan.org>
    • Multiple changes

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
[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 for format-conversion processors
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
A HTTP Getter
A HTTP Getter implementation using Curl
A HTTP Getter implementation using WWW::Mechanize