Kismet/Client version 0.02
==========================

Kismet::Client is a simple module to connect to a Kismet-server.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   o POSIX
   o IO::Select
   o IO::Socket
   o Socket
   o Fcntl
   o Carp

(All found in the standard perl suit)

BUGS

If you find any bugs, please send a mail to me about it. If you know how
to fix it, send me a patch.
								

COPYRIGHT AND LICENCE

 Copyright 2003 Kay Sindre Baerulfsen

 This library is free software; you can redistribute it and/or modify
 it under the GNU General Public License (Version 2, June 1991)

 Share and Enjoy!
 
