The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Net/EMI/Common
==============

This module contains a number of routines that are used by an EMI client class and
that will most likely be useful if someone choses to implement an EMI server class or two.

When designing the Net::EMI::Client class, it just seemed so natural to put these routines
in a module of their own, to actively encourage code reuse.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (c) 2002 Jochen Schneider.
Copyright (c) 2003, Gustav Schaffter.
All rights reserved. This program is free software;
you can redistribute it and/or modify it under the same terms as Perl itself.