summaryrefslogtreecommitdiff
path: root/README
blob: 12ff44e0e4d2310bb73845fa9ec02ad2014201bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
hashl - Create database with partial file hashes, check if other files are in it
--------------------------------------------------------------------------------

* <https://finalrewind.org/projects/hashl/>

Dependencies
------------

 * perl version 5.10 or newer
 * DateTime
 * Digest::SHA
 * List::MoreUtils
 * Time::Progress

Installation
------------

$ perl Build.PL
$ perl Build
$ sudo perl Build install

You can then run 'man hashl' for more information.

Testing
-------

$ perl Build test

Note that this will require the Test::More, Test::Compile and Test::Pod
modules.