ensure downloaded files are not interpreted

This commit is contained in:
Vincent Sanders 2013-05-19 23:48:04 +01:00 committed by Vincent Sanders
parent bec089e7aa
commit 447c0fc271
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ use constant GETOPT_SPEC =>
password|w=s
help|h|? );
# ensure no locale translation is applied and leave it all in UTF-8
use bytes;
# default option values:
my %opt = qw( resource messagesany project netsurf user netsurf );