           SPELL=io-multiplex
         VERSION=1.10
          SOURCE=IO-Multiplex-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/IO-Multiplex-$VERSION"
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/B/BB/BBB/$SOURCE
     SOURCE_HASH=sha512:c030a4d399c5bcb5ebcc41126a4a76611b5637d9c1b4977e7a4dd27f8c4f3215dac883e806d49b28cbb0f5b3270e07d34f8ddf7258885d83e3f692178eedcbd9
      LICENSE[0]=GPL
      LICENSE[1]=ART
        WEB_SITE=http://search.cpan.org/dist/IO-Multiplex/
         ENTERED=20101228
        KEYWORDS="perl"
           SHORT="Perl module to manage IO on many file handles"
cat << EOF
IO::Multiplex is designed to take the effort out of managing multiple file
handles. It is essentially a really fancy front end to the select system call.

In addition to maintaining the select loop, it buffers all input and output
to/from the file handles. It can also accept incoming connections on one or
more listen sockets.
EOF
