diff options
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 |