Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-IO-Callback / pkg-descr
1 IO::Callback provides an easy way to produce a phoney read-only
2 filehandle that calls back to your own code when it needs data to
3 satisfy a read.  This is useful if you want to use a library module
4 that expects to read data from a filehandle, but you want the data to
5 come from some other source and you don't want to read it all into
6 memory and use IO::String.
7
8 WWW: http://search.cpan.org/dist/IO-Callback/