summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 14e0ed6..8678cef 100644
--- a/README
+++ b/README
@@ -2,7 +2,8 @@ dthumb - Create static HTML thumbnail list for images
Requires:
* perl version 5.10 or newer
- * The Image::Imlib2 perl module
+ * Data::Section
+ * Image::Imlib2
Installation:
@@ -11,3 +12,7 @@ Installation:
> sudo ./Build install
You can then run 'man dthumb' for more information.
+
+
+You may also run './Build test'. This will require the Test::More,
+Test::Compile and Test::Pod modules.