Subject: | Undeclared dependency Try::Tiny |
Tests fail on some of my smokers due to an undeclared dependency:
...
# Failed test 'use X11::Xlib;'
# at t/1-X11-Xlib.t line 8.
# Tried to use 'X11::Xlib'.
# Error: Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017040715/X11-Xlib-0.12-vMXj9Y/blib/lib/X11/Xlib.pm line 9.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017040715/X11-Xlib-0.12-vMXj9Y/blib/lib/X11/Xlib.pm line 9.
# Compilation failed in require at t/1-X11-Xlib.t line 8.
# BEGIN failed--compilation aborted at t/1-X11-Xlib.t line 8.
...