The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Treex::Block::Write::Redirectable

VERSION

version 0.06571

DESCRIPTION

A Moose role for Write blocks that can be redirected to a file. All blocks using this role must print using the _file_handle attribute.

PARAMETERS

to

The name of the output file, STDOUT by default.

encoding

The output encoding, utf8 by default.

AUTHOR

Ondřej Dušek <odusek@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

Copyright © 2011 by Institute of Formal and Applied Linguistics, Charles University in Prague

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.