From 8ac749380d03f3aaef24a4812211e0df200b47ba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 6 May 2011 22:35:30 +0200 Subject: Release v0.1 --- README | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) (limited to 'README') diff --git a/README b/README index ba2badc..89eb0b8 100644 --- a/README +++ b/README @@ -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 +* + +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. -- cgit v1.2.3