Skip Menu |

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

Report information
The Basics
Id: 5479
Status: stalled
Worked: 30 min
Priority: 0/
Queue: Net-DNS-Method

People
Owner: luismunoz [...] cpan.org
Requestors: bat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Test failure
Automatic installation of the of the Net::DNS::Method failes on a test phase with the following message: t/b-regex.....ok 1/41Net::DNS::Packet::safe_push() has been removed. The safe_push() method is only avalible from the Net::DNS::Update class. at /usr/var/cpan/build/Net-DNS-Method-2.00/blib/lib/Net/DNS/Method/Regexp.pm line 53 # Looks like you planned 41 tests but only ran 1. # Looks like your test died just after 1.
This issue is caused by Net::DNS::Packet::safe_push() being removed after v0.44. A ticket was opened regarding this distribution. The fix needs to wait until a response is obtained. Meanwhile, using version 0.44 of Net::DNS solves this issue. Another workaround might be to replace all instances of safe_push with push through the module's code. This ticket will remain stalled until more information is found.