Test-MonitorSites version 0.04

This module is intended to facilitate the monitoring of a
collection of web sites for availability and eventually for
functionality.  It will include methods for sending reports
by email and sms to server administrators.

For more complete documentation, try:

   perldoc Test::MonitorSites

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install


Alternatively, to install with Module::Build, you can use the
following commands:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install



DEPENDENCIES

The prerequisites are defined in the Makefile.PL and Build.PL
scripts and consist of common perl modules available on CPAN.

This module depends as well on a configuration file defined
in its constructor.

COPYRIGHT AND LICENCE

Copyright (C) 2007, Hugh Esco

This library is free software; you can redistribute it and/or
modify it under the terms of the Gnu Public License.