From 110db705ecdfb5c89500ff8f24652bcd1e25fc45 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 17 Jan 2016 13:09:07 +0100 Subject: 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. --- README | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'README') 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) -- cgit v1.2.3