Subject: | Undeclared dependency Inline::C |
Tests fail if Inline::C is not installed:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.8.9/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
An eval() failed in Inline::glue:
Can't locate Inline/C.pm in @INC (@INC contains: ...) at (eval 3) line 3.
at /tmpfs/.cpan-build-cpansand/2016091018/GDA-0.2-5/blib/lib/GDA.pm line 33.
Compilation failed in require at t/00init.t line 17.
BEGIN failed--compilation aborted at t/00init.t line 17.
In the past, Inline::C was part of Inline, but nowadays these modules are in separate distributions, so Inline::C also has to be added to PREREQ_PM.