From 07abc5ff42ccf85ddef339bf1a12cedd3185a239 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 19 Dec 2010 13:20:55 +0100 Subject: Add README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ba2badc --- /dev/null +++ b/README @@ -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 -- cgit v1.2.3