Net/Socket/NonBlock version 0.06
================================

This module could be used for easy creation multi-socket
single-thread applications, especially non-forking TCP servers.

Module was tested on FreeBSD 4.2 and Win2000.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules:

    Carp
    POSIX
    IO::Select
    IO::Socket

COPYRIGHT AND LICENCE

No copyright, no licence. Be patient...

06 Jul 2002, Daniel Podolsky <tpaba@cpan.org>