The CPAN Testers Matrix shows Digest::SHA1 version 2.13 (the latest) passing tests all the way back to 5.8.4. However, if you look at the report for a 5.8.4 "PASS" you will see that the toolchain of the smoke tester includes ExtUtils::MakeMaker version 6.56, which is as recent as December 2009 (much newer than Perl 5.8.4).

It would be a simple fix for the author to add a CONFIGURE_REQUIRES directive in Makefile.PL. When he builds the distribution META.yml and META.json will be written with that dependency, and when your cpan installer stumbles across it, the newer version of EU::MM will be installed before Makefile.PL is ever run, which should solve the problem. If you sent in a brief patch to Makefile.PL for Digest::SHA1, via Digest::SHA1's RT page, I bet the maintainer would add it to the next release, whenever that is.

Meanwhile, try updating EU::MM and attempting a new installation.


Dave


In reply to Re: Difficulty installing Digest::SHA1 via CPAN on Solaris 10 by davido
in thread Difficulty installing Digest::SHA1 via CPAN on Solaris 10 by FredWolke

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.