Skip Menu |

This queue is for tickets about the Auth-Yubikey_WebClient CPAN distribution.

Report information
The Basics
Id: 51121
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Auth-Yubikey_WebClient

People
Owner: MASSYN [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: (no value)



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,
I've changed the MakeFile.PL to have the SHA1 digest.. Version 0.04 has just been uploaded.. Let me know if you still see problems.. My local make test worked fine. Cheers