diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 16:14:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 16:14:39 +0000 |
commit | ca30992f0a6aba514ace6cc49000c6f5f9a9948b (patch) | |
tree | c9c03b9536f56e3dc3b604e8c6c36bf9c0ab5f2e /t/lib/io_udp.t | |
parent | 81c6dfba30e15b4c66bffa9d05458e72734d0c34 (diff) | |
parent | 2135512ed9c202c6f2dec388d70c8833fa0bbfb1 (diff) | |
download | perl-ca30992f0a6aba514ace6cc49000c6f5f9a9948b.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@3742
Diffstat (limited to 't/lib/io_udp.t')
-rwxr-xr-x | t/lib/io_udp.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/io_udp.t b/t/lib/io_udp.t index 8547024df3..3d5145ec5e 100755 --- a/t/lib/io_udp.t +++ b/t/lib/io_udp.t @@ -31,6 +31,7 @@ BEGIN { } sub compare_addr { + no utf8; my $a = shift; my $b = shift; if (length($a) != length $b) { |