summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-08-19 13:07:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-08-19 13:07:32 +0200
commit62a632dc669d0acef274985a876e468ed17af972 (patch)
tree14a816e7391fb7ba909d96bda7b71155b9af7041
parent425ec3b3a0e327703dfc7e649137fc7e814a267a (diff)
update dependency list (+List::MoreUtils)
-rw-r--r--Build.PL1
-rw-r--r--README1
-rwxr-xr-xbin/hashl2
3 files changed, 4 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 85d410e..e4809ff 100644
--- a/Build.PL
+++ b/Build.PL
@@ -19,6 +19,7 @@ my $build = Module::Build->new(
'File::Find' => 0,
'Getopt::Long' => 0,
'IO::Handle' => 0,
+ 'List::MoreUtils' => 0,
'Storable' => 0,
'Time::Progress' => 0,
},
diff --git a/README b/README
index 89eb0b8..637e854 100644
--- a/README
+++ b/README
@@ -8,6 +8,7 @@ Dependencies
* perl version 5.10 or newer
* Digest::SHA
+ * List::MoreUtils
* Time::Progress
Installation
diff --git a/bin/hashl b/bin/hashl
index 76f9906..841ef7b 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -528,6 +528,8 @@ None, so far
=item * Digest::SHA
+=item = List::MoreUtils
+
=item * Time::Progress
=back