Test/Files version 0.15
=======================

This module provides an extension of Test::More concerning files and
directories tests considering their contents.
For tests considering their attributes e.g. stat information please
consult Test::File.

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:

  File::Find
  File::Spec
  Test::Builder
  Text::Diff

COPYRIGHT AND LICENCE

Copyright (C) 2003 Phil Crow
Copyright (C) 2020 Jurij Fajnberg

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