INSTALLATION
============

PREREQUISITES
-------------

Net::DNSServer requires the following:

  Perl         >=  5.003
  Net::Server  >=  0.62
  Net::DNS     >=  0.19

Michael Fuhr, the author of Net::DNS has not posted
the required version to CPAN as of the time of this
writing.

RPM binaries and source of Net::DNS 0.19 which work
on the old Perl 5.005 as well as Perl 5.6.0 (linux)
are available here:

  http://perldns.8k.com/

Demo scripts may require some or all of the following:

  MIME::Base64
  IPC::ShareLite
  IPC::SharedCache
  AnyDBM_File
  Storable


BUILD
-----

To build this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

When you run "perl Makefile.PL", it should complain
if any of the required modules are missing.  Install
those first then try again if you run into trouble.
