X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=infobot;h=2c58f3921cb7e3d493e96eb1f357d711d0d2f279;hb=d2f87ccd1d5f93afedc8f9f13b9f35260328614a;hp=e0c1ad20d65ad887036212802e8f4a60e2b1078f;hpb=2881da99e710042422b523987a3d3a8c5511d8e8;p=infobot.git diff --git a/infobot b/infobot index e0c1ad2..2c58f39 100755 --- a/infobot +++ b/infobot @@ -11,6 +11,10 @@ use vars qw($bot_base_dir $bot_src_dir $bot_misc_dir $bot_state_dir $bot_pid $memusage %param ); +# ancient Perl may not like these, but modern systems should have this +use open ':utf8'; +use open ':std'; + BEGIN { if ( @ARGV and -f $ARGV[0] ) {