File::Modified version 0.01
=========================

This module provides an easy way for long running processes
(like daemons) to determine whether a file was changed since
the last time it was checked.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Digest::MD5 is optional but nice to have. If a script uses MD5 features, a fallback
            to mtime timestamps is available.
Test::More is needed to run the test script.

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright (C) 2002 Max Maischein, corion@cpan.org