diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 13:20:55 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 13:20:55 +0100 |
commit | 07abc5ff42ccf85ddef339bf1a12cedd3185a239 (patch) | |
tree | 6eba7b9c6bd81df63c1bf3f29c0064af371c07a0 /README | |
parent | 57fa593d79b48c547e8c7895e4f6649896047616 (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,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 |