1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libio-bufferedselect-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl (>= 5.8.8-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ignace Mouzannar <mouzannar@gmail.com>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/IO-BufferedSelect/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-bufferedselect-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-bufferedselect-perl/
Package: libio-bufferedselect-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module for line-buffered select interface
The purpose of this module is to implement a buffered version of the select
interface that operates on lines, rather than characters. Given a set of
filehandles, it will block until a full line is available on one or more
of them.
|