Subject: | Missing dependency Tickit::ContainerWidget |
It seems that Tickit::ContainerWidget needs to be declared as a prerequisite, otherwise the test suite may fail:
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.23.2/bin/perl5.23.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-check-deps.t .. ok
# Failed test 'Tickit/Widget/Layout/Relative.pm loaded ok'
# at t/00-compile.t line 38.
# got: '512'
# expected: '0'
Can't locate Tickit/ContainerWidget.pm in @INC (you may need to install the Tickit::ContainerWidget module) (@INC contains: /tmpfs/.cpan-build/2015082912/Tickit-Widget-Layout-Relative-0.005-Xv2h_Z/blib/arch /tmpfs/.cpan-build/2015082912/Tickit-Widget-Layout-Relative-0.005-Xv2h_Z/blib/lib /tmpfs/.cpan-build/2015082912/Tickit-Widget-Layout-Relative-0.005-Xv2h_Z/blib/lib /tmpfs/.cpan-build/2015082912/Tickit-Widget-Layout-Relative-0.005-Xv2h_Z/blib/arch /opt/perl-5.23.2/lib/site_perl/5.23.2/x86_64-linux /opt/perl-5.23.2/lib/site_perl/5.23.2 /opt/perl-5.23.2/lib/5.23.2/x86_64-linux /opt/perl-5.23.2/lib/5.23.2 .) at /opt/perl-5.23.2/lib/5.23.2/parent.pm line 16.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build/2015082912/Tickit-Widget-Layout-Relative-0.005-Xv2h_Z/blib/lib/Tickit/Widget/Layout/Relative.pm line 5.
Compilation failed in require at -e line 1.
# Looks like you failed 1 test of 2.
t/00-compile.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests