summaryrefslogtreecommitdiff
path: root/t/lib/io_udp.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-25 16:14:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-25 16:14:39 +0000
commitca30992f0a6aba514ace6cc49000c6f5f9a9948b (patch)
treec9c03b9536f56e3dc3b604e8c6c36bf9c0ab5f2e /t/lib/io_udp.t
parent81c6dfba30e15b4c66bffa9d05458e72734d0c34 (diff)
parent2135512ed9c202c6f2dec388d70c8833fa0bbfb1 (diff)
downloadperl-ca30992f0a6aba514ace6cc49000c6f5f9a9948b.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@3742
Diffstat (limited to 't/lib/io_udp.t')
-rwxr-xr-xt/lib/io_udp.t1
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) {