summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCalle Dybedahl <calle@init.se>2015-03-30 11:17:17 +0200
committerCalle Dybedahl <calle@init.se>2015-03-30 11:17:17 +0200
commite94dc2b6bf094fc4c52f65acf42b1b8b5d437184 (patch)
tree8e7e19beabc1033b72186920b7a3c9c767fa0d80 /t
parent08036930f85370f16f104fb25524b318dc3042bb (diff)
Packets created from wireformat were not properly cloned.
Diffstat (limited to 't')
-rw-r--r--t/idn.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/idn.t b/t/idn.t
index f93fc93..d0b855d 100644
--- a/t/idn.t
+++ b/t/idn.t
@@ -6,6 +6,7 @@ use utf8;
BEGIN { use_ok( "Net::LDNS" => qw[:all] ) }
+no warnings 'uninitialized';
if (exception {to_idn("whatever")} =~ /libidn not installed/) {
ok(!has_idn(), 'No IDN');
done_testing;