Skip Menu |

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

Report information
The Basics
Id: 125548
Status: new
Priority: 0/
Queue: Net-DNSBL-MultiDaemon

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

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



Subject: t/run_local.t fails in some situations (related to Geo::IP::PurePerl)
If Geo::IP::PurePerl is installed, but there's not geoip available (which has to be installed seperately), then run_local.t fails: $ perl5.28.0-RC2 -Mblib t/run_local.t ... Error opening /usr/local/share/GeoIP/GeoIP.dat at /opt/perl-5.28.0-RC2/lib/site_perl/5.28.0/Geo/IP/PurePerl.pm line 243. not ok 17 no message received at t/run_local.t line 500. not ok 18 ... Probably the eval-require check in the test is not enough...