summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-28 18:13:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-28 18:13:19 +0100
commita0170383fc831c327c481844a2ce86f240b403da (patch)
tree58b21cbee01473edfc26e3ee2cc2df001b367e22 /README
parent011ed48f326216672f962e128f96cb83cef28460 (diff)
parent149e463ca5430c9327cbf4e516104bdc2dcea3ae (diff)
Merge branch 'master' of /home/derf/var/git_root/dthumb
Conflicts: lib/App/Dthumb.pm
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 14e0ed6..f9fd483 100644
--- a/README
+++ b/README
@@ -2,7 +2,9 @@ dthumb - Create static HTML thumbnail list for images
Requires:
* perl version 5.10 or newer
- * The Image::Imlib2 perl module
+ * Data::Section
+ * Image::Imlib2
+ * Time::Progress
Installation:
@@ -11,3 +13,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.