From: Thomas Hochstein Date: Mon, 2 Sep 2013 09:15:12 +0000 (+0200) Subject: Change handling of warnings. X-Git-Tag: 0.01~1^2~5^2 X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=commitdiff_plain;h=3f817eb4289da08fff2aab19db97a82d977b8e3e;hp=3f817eb4289da08fff2aab19db97a82d977b8e3e Change handling of warnings. Replace 'perl -W' by 'use warnings;'. The latter is preferred, and '-W' (instead of '-w') was causing problems with warnings in DB::mysql::GetInfo.pm. Signed-off-by: Thomas Hochstein ---