Net-Common version 0.02
=======================

Net::Common aims to provide a simple, object-oriented interface to common
networking tasks such as TTL discovery, ICMP ping, host discovery, etc. At
the moment it is a mere skeleton, but it will be developing at a fast pace.
Developers are encouraged to submit ideas and/or patches to
shellshark at shellshark dot net.

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:

  strict
  warnings
  IO::Socket
  IO::Select
  Socket
  Socket6 (optional)
  POSIX

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Bryce Porter

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.


