diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |