summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-27 16:39:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-27 16:40:41 +0100
commitb0cc851a192a87cbaf57758a59a1c6a38797514a (patch)
treecd3c998d7a0a93df1b3df14a04b04d7e97ecbada /README
parentac79b62359ecb4ab7e12c7d930460226da9bfbe8 (diff)
Update documentation
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.