Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 107152
Status: rejected
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: sjn+perlbug [...] pvv.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01_01
Fixed in: (no value)



Subject: Net::DNS 1.02 does not build with older ExtUtils::MakeMaker versions
Hi, When I'm building Net::DNS on an Ubuntu 12.04 system, with perl v5.14.2 and ExtUtils::MakeMaker v6.64, the tests hang at t/10-recurse.t on the 5th test: ================8<--------------------------------- Net-DNS-1.02$ prove -b -v t/10-recurse.t t/10-recurse.t .. ok 1 - new() created object ok 2 - got a packet ok 3 - answer section has RRs ok 4 - hints() set ## (no more output) ------------------------------>8=================== This problem does not exist in Net::DNS v1.01. I've also tried this on betas of 1.02: 1.01_06 - hangs on test 5 1.01_05 - hangs on test 5 1.01_04 - hangs on test 5 1.01_03 - hangs on test 5 1.01_02 - hangs on test 5 1.01_01 - hangs on test 2 1.01 - all tests pass. Upgrading ExtUtils::MakeMaker to v7.10 makes this problem go away. Maybe the simplest fix would be to set a build requirement for minimum ExtUtils::MakeMaker version?
From: sjn+perlbug [...] pvv.org
On Thu Sep 17 20:24:24 2015, sjn+perlbug@pvv.org wrote: Show quoted text
> > Upgrading ExtUtils::MakeMaker to v7.10 makes this problem go away.
Oops. I may have been a bit quick here. EUMM is unrelated, the "fix" above was just me running the tests on the wrong machine: I've tested this also on an Ubuntu 15.04 machine with Perl v5.20.2, where it worked fine.