diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-06 22:35:30 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-06 22:35:30 +0200 |
commit | 8ac749380d03f3aaef24a4812211e0df200b47ba (patch) | |
tree | 9617fb14e751975694dfeef2ee9940f0f324c617 /README | |
parent | 24c8f62c7fdd14876df4ef83ca6e6530d0b0fba3 (diff) |
Release v0.10.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 22 insertions, 13 deletions
@@ -1,19 +1,28 @@ -hashl - Hash parts of files, use that for duplicate avoidance +hashl - Create database with partial file hashes, check if other files are in it +-------------------------------------------------------------------------------- -Requires: - - perl version 5.10 or newer - - The perl modules Digest::SHA and Time::Progress +* <http://derf.homelinux.org/projects/hashl/> + +Dependencies +------------ + + * perl version 5.10 or newer + * Digest::SHA + * Time::Progress Installation +------------ + +$ perl Build.PL +$ perl Build +$ sudo perl Build install + +You can then run 'man hashl' for more information. -> perl Build.PL -> ./Build -> ./Build test -> sudo ./Build install +Testing +------- -See also the Module::Build documentation. +$ perl Build test -Extra modules required for testing: - - Test::Compile - - Test::More - - Test::Pod +Note that this will require the Test::More, Test::Compile and Test::Pod +modules. |