On Tuesday 08 December 2009 17:35:28 Rosenbaum, Larry M. wrote:
> It appears that Net::DNS requires Digest::HMAC_MD5 and that
> Digest::HMAC_MD5 requires Digest::SHA1.  So that for full functionality,
> both SHA and SHA1 are needed.

I don't think so. The Digest::HMAC_MD5 only requires Digest::MD5.

The Digest::SHA1 is used by a sister module Digest::HMAC_SHA1
(which happens to be shipped together with Digest::HMAC_MD5),
but is an independent module, and is not used by Net::DNS.
Using Net::DNS does not bring in the Digest::SHA1.

  Mark

Reply via email to