Codebase list libfile-dircompare-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

File/DirCompare
===============

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-2012 Gavin Carr.

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