From ed412589659abe316dda5841264e1408a7921762 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 1 Dec 2007 03:35:08 +0000 Subject: You also need IO::String to run the test suite. --- README | 13 +++++++------ 1 file 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 -- cgit v1.2.3