summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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