Skip Menu |

This queue is for tickets about the Acme-Tools CPAN distribution.

Report information
The Basics
Id: 129266
Status: open
Priority: 0/
Queue: Acme-Tools

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/02_general.t started to fail (DNS changes?)
t/02_general.t started to fail: ... # Failed test at t/02_general.t line 167. # Failed test at t/02_general.t line 168. # Looks like you failed 2 tests of 171. t/02_general.t .................. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/171 subtests ... Probably caused by DNS changes for www.uio.no; the reverse lookup does not point back to the same host name: ... $ host www.uio.no www.uio.no has address 129.240.118.130 www.uio.no mail is handled by 10 smtp.uio.no. $ host 129.240.118.130 130.118.240.129.in-addr.arpa domain name pointer lb-w3d-prod-vip-vortex-www.uio.no. ...
Thanks for reportint. I changed this four days ago. Will be on CPAN soon/in a few days. Wait until then or install now by either: sudo perl -MAcme::Tools -e Acme::Tools::self_update or git clone https://github.com/kjetillll/Acme-Tools.git cd Acme-Tools perl Makefile.PL make test sudo make install