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

  • commit f6ca8438fae8c4ef18ac73e7c7e5051ddd75c33c Author: Alexei Znamensky <russoz@cpan.org>
    • added new type policies, CSV now using them
  • commit 4ef481d38406c609ea84d4e3c13caa54de4bac78 Author: Alexei Znamensky <russoz@cpan.org>
    • perltidy
  • commit 02a3559a86f59d985f8952d74661fc43ff3807d9 Author: Alexei Znamensky <russoz@cpan.org>
    • removed test verbosity
  • commit 736114b682a46518f5d8cec8b1ca396de7edb25b Author: Alexei Znamensky <russoz@cpan.org>
    • improved data dump output
  • commit 86e1cae8774dc69bd0ccbdf75665ee3a42803551 Author: Alexei Znamensky <russoz@cpan.org>
    • updated doc for Dumper proc - deprecated
  • commit b095d61c5c57e86959e6158f03dca0c6aeb78daa Author: Alexei Znamensky <russoz@cpan.org>
    • ceis.pl puxa todos os dados
  • commit 78d076f3758ab54ef57c7b8cb6c23e4beb5ff28d Author: Alexei Znamensky <russoz@cpan.org>
    • fixed bug in ceis.pl script

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 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
An URL-retriever 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
A HTTP Getter
A HTTP Getter implementation using Curl
A HTTP Getter implementation using WWW::Mechanize