X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fcommod-update-receiver;h=0258a51e04130c96ff24a3151095132dbfc3faee;hb=0c3aa82b2a089f147cdeb12768b4e2eba2c34a8f;hp=2059ad792416710584c279eb1d2de63032220339;hpb=8de9e86e749db455deea697684b67be7874c5efa;p=ypp-sc-tools.main.git diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 2059ad7..0258a51 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -25,12 +25,16 @@ # are used without permission. This program is not endorsed or # sponsored by Three Rings. +BEGIN { unshift @INC, qw(.) } + use strict (qw(vars)); use POSIX; use MIME::Entity; use Commods; +no warnings qw(exec); + $CGI::POST_MAX= 3*1024*1024; use CGI qw/:standard -private_tempfiles/;