chiark / gitweb /
disable statement unlikely for die after exec, sigh
[ypp-sc-tools.main.git] / yarrg / dictionary-update-receiver
index 3baef669ddf6b4eefcc7a7942cb709118a9fc9dc..feef04b641e23a2ccbfa04a309f8a9dafd42ccce 100755 (executable)
 # YPPSC_YARRG_DICT_UPDATE=./ YPPSC_YARRG_DICT_SUBMIT=./ ./yarrg --ocean midnight --pirate aristarchus --find-island --same --raw-tsv >raw.tsv  
 # ./dictionary-manager --debug --approve-updates '' . .
 
+BEGIN { unshift @INC, qw(.) }
+
 use strict (qw(vars));
 use POSIX;
 
+no warnings qw(exec);
+
 $CGI::POST_MAX= 1024*1024;
 $CGI::DISABLE_UPLOADS= 1;