summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-11 21:39:23 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-11 22:39:05 -0700
commit1575d5c34a2c6235bbf6a5010f8a8c142fe47079 (patch)
tree29e51ed64f28a37530ec0b21fc24b6d20de1d6ca /README
parentda0aba21779529d98436e42323fc12f702390969 (diff)
Switch to Module::Build for the Perl module
The wallet server now requires Perl 5.8 or later (instead of 5.006 in previous versions) and is now built with Module::Build instead of ExtUtils::MakeMaker. This should be transparent to anyone not working with the source code, since Perl 5.8 was released in 2002, but Module::Build is now required to build the wallet server. It is included in some versions of Perl, or can be installed separately from CPAN, distribution packages, or other sources. Also reorganize the test suite to use subdirectories. Change-Id: Id06120ba2bad1ebbfee3d8a48ca2f25869463165 Reviewed-on: https://gerrit.stanford.edu/1530 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 85a6299..e72bc80 100644
--- a/README
+++ b/README
@@ -64,13 +64,14 @@ REQUIREMENTS
The wallet client will build with either MIT Kerberos or Heimdal.
- The wallet server is written in Perl and requires Perl 5.6.0 or later.
- It uses DBIx::Class and DBI to talk to a database, and therefore the
- DBIx::Class and DBI modules (and their dependencies) and a DBD module
- for the database it will use must be installed. The SQL::Translator
- Perl module is also required for schema deployment and database
- upgrades. If the wallet server is used with a SQLite 3 database, the
- Perl module DateTime::Format::SQLite should also be installed.
+ The wallet server is written in Perl and requires Perl 5.6.0 or later
+ plus Module::Build to build. It uses DBIx::Class and DBI to talk to a
+ database, and therefore the DBIx::Class and DBI modules (and their
+ dependencies) and a DBD module for the database it will use must be
+ installed. The SQL::Translator Perl module is also required for schema
+ deployment and database upgrades. If the wallet server is used with a
+ SQLite 3 database, the Perl module DateTime::Format::SQLite should also
+ be installed.
Currently, the server has only been tested against SQLite 3, MySQL 5,
and PostgreSQL, and prebuilt SQL files (for database upgrades) are only