summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-08 18:22:25 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-08 18:22:25 +0200
commita3fbcc9a2d415fa592039276cb31a9c08079557d (patch)
treefec7734833a6c0e0750f228f1791d0c590507261 /README
parent76012eaa8342f1d8f6bffbc9721b2fa93afc54e2 (diff)
README: Add modules required for testing
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 3ff9972..b41ab86 100644
--- a/README
+++ b/README
@@ -4,7 +4,6 @@ Requires:
- perl version 5.10 or newer
- The perl modules WWW::Mechanize and XML::LibXML
-
Installation
> make
@@ -12,3 +11,9 @@ Installation
> sudo make install
You can skip "make test" if you want.
+
+Extra modules required for testing:
+ - Test::More
+ - Test::Compile
+ - Test::Pod
+ - Test::Command