chiark / gitweb /
Merge branch 'readme' into 'main'
[ypp-sc-tools.main.git] / yarrg / dictionary-update-receiver
index 4c90f8489669e858c9ae74e10d3b2a38688d1ef7..feef04b641e23a2ccbfa04a309f8a9dafd42ccce 100755 (executable)
@@ -35,6 +35,8 @@ BEGIN { unshift @INC, qw(.) }
 use strict (qw(vars));
 use POSIX;
 
+no warnings qw(exec);
+
 $CGI::POST_MAX= 1024*1024;
 $CGI::DISABLE_UPLOADS= 1;