Prevent build-time warnings when importing some non-ASCII TLDs.

This commit is contained in:
hackademix 2018-08-02 14:40:44 +02:00
parent 48420eba03
commit 5e1a178213
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl -w
# use strict;
use utf8;
use open ':utf8';
use Regexp::Assemble;
$dat="public_suffix_list.dat";