Prevent build-time warnings when importing some non-ASCII TLDs.
This commit is contained in:
parent
48420eba03
commit
5e1a178213
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/perl -w
|
||||
# use strict;
|
||||
use utf8;
|
||||
use open ':utf8';
|
||||
use Regexp::Assemble;
|
||||
$dat="public_suffix_list.dat";
|
||||
|
|
Loading…
Reference in New Issue