diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:54:20 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 20:54:20 -0800 |
commit | 7023eed166e2bf7ec70764d3af9806f7793961e2 (patch) | |
tree | dcdaed5dc580a23bde1ce6bee2fccc9fda8cbe97 | |
parent | 76f93739a8a933d98b87db9496861dae7de0ae1a (diff) |
Update the minimum Perl version in the README
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ 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 + The wallet server is written in Perl and requires Perl 5.8.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 |