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?