aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-01 03:35:08 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-01 03:35:08 +0000
commited412589659abe316dda5841264e1408a7921762 (patch)
tree5de297ba19c88222dece4428d889bf85c1d05def
parent4866eb095afa8e7aa680f56d237e9a49313e2e19 (diff)
You also need IO::String to run the test suite.
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 78b4caf..c5cb37f 100644
--- a/README
+++ b/README
@@ -109,12 +109,13 @@ REQUIREMENTS
To support synchronization with an AFS kaserver, the server must have
the Authen::Krb5 Perl module installed.
- To run the test suite, you must have the Perl modules Test::More and DBI
- installed. You will also need a DBD module installed for the database
- backend you want to use (currently, either DBD::SQLite or DBD::mysql).
- Test::More comes with Perl 5.8 or later. The other modules are
- available from CPAN and may be available as part of your OS (many Linux
- distributions have them as packages, for example).
+ To run the test suite, you must have the Perl modules Test::More,
+ IO::String, and DBI installed. You will also need a DBD module
+ installed for the database backend you want to use (currently, either
+ DBD::SQLite or DBD::mysql). Test::More comes with Perl 5.8 or later.
+ The other modules are available from CPAN and may be available as
+ part of your OS (many Linux distributions have them as packages, for
+ example).
To run the full test suite, additionally all of the above software
requirements must be met. Tests requiring some bit of software that's