summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-21 16:15:26 +0100
committerYorhel <git@yorhel.nl>2010-11-21 16:15:26 +0100
commita79312bb341bdfbdf14e7aeb3d1ffa6548604960 (patch)
tree9a5830431a5a980295f84d2901306e87f28ece12 /README
parent66e8cbc808775356ea5beeea2f53ab6958ab6c2e (diff)
Implemented the server side of the new release filter selector
There's no validation of the filter string yet, and somehow I don't feel like adding that; it's a lot of code and there's nothing to protect - the values are inserted using parameters into a SELECT query, the worst thing that could happen is the user receiving a 500. Also, I've started using the perl '//=' operator, which was added in 5.10. This removes support for older perls.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 06f99532..635ae02d 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Requirements
global requirements:
Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows.
PostgreSQL 9.0+ (don't try older versions or other SQL databases, it won't work)
- perl 5.12 recommended, 5.10 and 5.8 may also work
+ perl 5.12 recommended, 5.10 may also work
A webserver that works with YAWF (lighttpd and Apache are known to work)
(perl 5.12 core modules are not listed.)