diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-08 18:22:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-08 18:22:25 +0200 |
commit | a3fbcc9a2d415fa592039276cb31a9c08079557d (patch) | |
tree | fec7734833a6c0e0750f228f1791d0c590507261 /README | |
parent | 76012eaa8342f1d8f6bffbc9721b2fa93afc54e2 (diff) |
README: Add modules required for testing
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |