• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H10-Oct-2012-565433

DirCompare.pmH A D10-Oct-20127.3 KiB27478

MANIFESTH A D10-Oct-20121.7 KiB106105

MANIFEST.SKIPH A D10-Oct-201262 87

Makefile.PLH A D10-Mar-2011445 1615

READMEH A D10-Oct-2012725 3723

TODOH A D10-Mar-201166 43

README

1File/DirCompare
2===============
3
4File::DirCompare is a perl module for comparing two directories via
5callbacks, which are invoked for all files that are 'different'
6between the two directories, and for any files that exist only in one
7or other directory ('unique' files).
8
9See the perldocs for more details.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24  File::Compare
25  File::Spec
26  File::Basename
27  Carp
28
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2007-2012 Gavin Carr.
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself.
36
37