blob: ba2badc7a69492a8dae720663fdc3dedc19e341c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
hashl - Hash parts of files, use that for duplicate avoidance
Requires:
- perl version 5.10 or newer
- The perl modules Digest::SHA and Time::Progress
Installation
> perl Build.PL
> ./Build
> ./Build test
> sudo ./Build install
See also the Module::Build documentation.
Extra modules required for testing:
- Test::Compile
- Test::More
- Test::Pod
|