summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-17 13:17:11 +0200
committerYorhel <git@yorhel.nl>2019-09-17 13:17:35 +0200
commitb34b37ba5acdf423ab30f4927cbdbbc704e91590 (patch)
tree4eac8e089a6392ab3377fb274992f21b483fb661 /README.md
parent158825be34b6987c18fcdf80da4d05aee5900be6 (diff)
Make hashes in VNDB::Types immutable + get rid of Tie::IxHash dep
I love it when I can get rid of a dependency! I realized in the process that I had already made Perl 2.24+ a requirement a bit earlier on by using postfix deref. It's a useful feature and 2.24 isn't *that* new, so let's make that official.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d7493909..4e42b524 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Global requirements:
- Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows.
- PostgreSQL 10 (older versions may work)
-- perl 5.24 recommended, 5.10+ may also work
+- Perl 5.24+
- Elm 0.19
**Perl modules** (core modules are not listed):
@@ -59,7 +59,6 @@ General:
- Image::Magick
- JSON::XS
- PerlIO::gzip
-- Tie::IxHash
util/vndb.pl (the web backend):
- Algorithm::Diff::XS