File/DirCompare version 0.4
============================

File::DirCompare is a perl module for comparing two directories via
callbacks, which are invoked for all files that are 'different'
between the two directories, and for any files that exist only in one
or other directory ('unique' files).

See the perldocs for more details.

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::Compare
 File::Spec
 File::Basename
 Carp


COPYRIGHT AND LICENCE

Copyright (C) 2007-2008 Gavin Carr

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