summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-01-17 13:09:07 +0100
committerYorhel <git@yorhel.nl>2016-01-17 13:09:07 +0100
commit110db705ecdfb5c89500ff8f24652bcd1e25fc45 (patch)
tree025bda64df44f2f281148d019d43f1f747050753 /README
parent38a4c36b21b1979a64cb915a80167fb7f8cadb9e (diff)
Use Tie::IxHash for some global.pl lists
This removes the reliance on sort() to provide meaningful ordering (the keys aren't always good for ordering) and removes the 'order' hack used for (vn|prod)_relations.
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 8 insertions, 13 deletions
diff --git a/README b/README
index 39a060a4..33099e3b 100644
--- a/README
+++ b/README
@@ -23,27 +23,25 @@ Requirements
(perl 5.20 core modules are not listed.)
- util/vndb.pl:
- Algorithm::Diff::XS
- DBI
- DBD::Pg
- Crypt::URandom
+ General:
Crypt::ScryptKDF
+ Crypt::URandom
+ DBD::Pg
+ DBI
Image::Magick
JSON::XS
+ Tie::IxHash
+
+ util/vndb.pl:
+ Algorithm::Diff::XS
TUWF
FCGI (optional, for running as a FastCGI script)
PerlIO::gzip (optional, for output compression)
util/multi.pl:
- API:
- Crypt::ScryptKDF
- JSON::XS
APIDump:
- JSON::XS
PerlIO::gzip
Core:
- DBI
AnyEvent
AnyEvent::Pg
IRC:
@@ -55,16 +53,13 @@ Requirements
graphviz (/usr/bin/dot is used by default)
util/skingen.pl
- Image::Magick
CSS::Minifier::XS (optional, minimizes CSS output)
util/jsgen.pl
- JSON::XS
JavaScript::Minifier::XS (optional, minimizes JS output)
uglifyjs (optional, slower but better JS compression)
util/spritegen.pl
- Image::Magick
pngcrush (optional)