NAME
Flux::File::In - input stream from any plain-text line-based file.
VERSION
version 1.01
DESCRIPTION
Input stream for the Flux::File storage.
You'll usually want to instantiate it using Flux::File->new($file)->in(Flux::File::Cursor->new($cursor_file))
, not directly.
AUTHOR
Vyacheslav Matyukhin <me@berekuk.ru>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Yandex LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.