From a79312bb341bdfbdf14e7aeb3d1ffa6548604960 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 21 Nov 2010 16:15:26 +0100 Subject: 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. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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.) -- cgit v1.2.3