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...