summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-19 13:20:55 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-19 13:20:55 +0100
commit07abc5ff42ccf85ddef339bf1a12cedd3185a239 (patch)
tree6eba7b9c6bd81df63c1bf3f29c0064af371c07a0
parent57fa593d79b48c547e8c7895e4f6649896047616 (diff)
Add README
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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