Subject: | Undeclared dependencies |
In the test reports on cpantesters I found both
Can't locate Digest/HMAC_SHA1.pm
and
Can't locate Digest/SHA1.pm
In the sources I find
./lib/Auth/Yubikey_WebClient.pm:6:use Digest::HMAC_SHA1 qw(hmac_sha1
hmac_sha1_hex);
So I presume the Digest::SHA1 is a second level dependency.
The Makefile.PL doesn't declare Digest::HMAC_SHA1 as a dependency
although it should. Instead it declares Deigest::SHA which seems not to
be used at all.
HTH, Thanks && Regards,