1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/p5-IO-Callback/pkg-descr
Jun Kuriyama ba5cb3212d IO::Callback provides an easy way to produce a phoney read-only
filehandle that calls back to your own code when it needs data to
satisfy a read.  This is useful if you want to use a library module
that expects to read data from a filehandle, but you want the data to
come from some other source and you don't want to read it all into
memory and use IO::String.

WWW: http://search.cpan.org/dist/IO-Callback/
2012-06-02 14:21:37 +00:00

9 lines
409 B
Plaintext

IO::Callback provides an easy way to produce a phoney read-only
filehandle that calls back to your own code when it needs data to
satisfy a read. This is useful if you want to use a library module
that expects to read data from a filehandle, but you want the data to
come from some other source and you don't want to read it all into
memory and use IO::String.
WWW: http://search.cpan.org/dist/IO-Callback/