Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gavincarr/file-dircompare

Perl module for comparing two directories via callbacks
https://github.com/gavincarr/file-dircompare

Last synced: 28 days ago
JSON representation

Perl module for comparing two directories via callbacks

Awesome Lists containing this project

README

        

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.