Subject: | Unspecified dep on X11::Keyboard |
make test fails for me unless I manually install X11::Keyboard, which I
believe, should be specified in Makefile.PL
% make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..7
Can't locate X11/Keyboard.pm in @INC (@INC contains: blib/lib blib/arch
/home/ollisg/perl5/lib/perl5/i686-linux-gnu-thread-multi-64int
/home/ollisg/perl5/lib/perl5/i686-linux-gnu-thread-multi-64int
/home/ollisg/perl5/lib/perl5 /etc/perl /usr/local/lib/perl/5.14.2
/usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at
blib/lib/X11/SendEvent.pm line 31.
BEGIN failed--compilation aborted at blib/lib/X11/SendEvent.pm line 31.
Compilation failed in require at test.pl line 7.
BEGIN failed--compilation aborted at test.pl line 7.
# Looks like your test exited with 2 before it could output anything.
make: *** [test_dynamic] Error 2