Subject: | Undeclared dependency MD5 |
The test script fails if MD5.pm is not installed:
...
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.28.2-RC1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Can't locate MD5.pm in @INC (you may need to install the MD5 module) (@INC contains: blib/lib blib/arch ... .) at blib/lib/RADIUS/Packet.pm line 14.
BEGIN failed--compilation aborted at blib/lib/RADIUS/Packet.pm line 14.
Compilation failed in require at test.pl line 12.
BEGIN failed--compilation aborted at test.pl line 12.
not ok 1
make: *** [Makefile:837: test_dynamic] Error 2
...
Maybe nowadays one should use Digest::MD5 instead, which is part of a core perl installation.