Subject: | Undeclared dependency Data::Diff? |
My smoker systems report the following failure:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.4/bin/perl5.25.4" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Can't locate Data/Diff.pm in @INC (you may need to install the Data::Diff module) (@INC contains: blib/lib blib/arch /opt/perl-5.25.4/lib/site_perl/5.25.4/x86_64-linux /opt/perl-5.25.4/lib/site_perl/5.25.4 /opt/perl-5.25.4/lib/5.25.4/x86_64-linux /opt/perl-5.25.4/lib/5.25.4 .) at blib/lib/Devel/EdTrace.pm line 6.
BEGIN failed--compilation aborted at blib/lib/Devel/EdTrace.pm line 6.
Compilation failed in require at test.pl line 8.
BEGIN failed--compilation aborted at test.pl line 8.
not ok 1
Makefile:831: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2