Subject: | Failed test 'valid but non-existing output class' |
On some of my smokers the test suite fails:
...
# Failed test 'valid but non-existing output class'
# at t/005_setup.t line 48.
# expecting: Regexp ((?^:Unable to load module Foo::Bar))
# found: Can't locate object method "new" via package "Foo::Bar" at /usr/home/cpansand/.cpan/build/2020012617/Math-Geometry-Construction-0.024-2/blib/lib/Math/Geometry/Construction.pm line 223.
# Looks like you failed 1 test of 34.
t/005_setup.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/34 subtests
...
Just a guess: there seems to exist a CPAN module Foo::Bar, which might be installed on my smokers --- and if it is there, then the test suite fails.