Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gavincarr/file-dircompare
- Owner: gavincarr
- Created: 2012-09-28T03:17:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-10T02:23:09.000Z (about 12 years ago)
- Last Synced: 2023-03-11T08:12:40.899Z (over 1 year ago)
- Language: Perl
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
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 installDEPENDENCIES
This module requires these other modules and libraries:
File::Compare
File::Spec
File::Basename
CarpCOPYRIGHT 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.