Bug#731794: FBFTS: AnyEvent fails t/81_hosts.t on system with OpenDNS

Piotr Roszatycki dexter at debian.org
Wed Dec 11 20:02:00 UTC 2013


tags 731794 patch
thanks

It seems that upstream fixed this issue with following patch:

diff --git a/t/81_hosts.t b/t/81_hosts.t
index f2e50b6..bf68a25 100644
--- a/t/81_hosts.t
+++ b/t/81_hosts.t
@@ -1,7 +1,7 @@
 use File::Temp qw(tempfile);
 use Test::More tests => 2;

-my $test_host = 'test.invalid.tld';
+my $test_host = 'test.invalid.';
 my $test_addr = '127.9.9.9';

 my ($hosts_fh, $hosts_file) = tempfile UNLINK => 1;

-- 
 .''`.    Piotr Roszatycki
: :' :    mailto:Piotr.Roszatycki at gmail.com
`. `'     mailto:dexter at debian.org
  `-



More information about the pkg-perl-maintainers mailing list