Subject: | Could not find sub 'StrLength' exported by Types::Common::String |
On some of my smokers the test suite fails with
...
# Failed test 'WebService/GeoIPify.pm loaded ok'
# at t/00-compile.t line 43.
# got: '65280'
# expected: '0'
Could not find sub 'StrLength' exported by Types::Common::String at /home/cpansand/.cpan/build/2019020718/WebService-GeoIPify-0.01-0/blib/lib/WebService/GeoIPify.pm line 15.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019020718/WebService-GeoIPify-0.01-0/blib/lib/WebService/GeoIPify.pm line 15.
Compilation failed in require at -e line 1.
# Looks like you failed 1 test of 1.
t/00-compile.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... (etc) ...
Maybe the prereq version for Types::Common::String has to be increased or so?