<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff"><blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><font face="Arial" size="2">I think the relevant error is:</font></div>

    <div>&nbsp;</div>
    <div><font face="Arial" size="2">t/02digest....1/32 Can&#39;t call method &quot;keysize&quot; 
    on an undefined value at E:/perl510/site/lib/Crypt/OpenPGP.pm line 
    525.<br></font></div>
    <div><font face="Arial" size="2">I have tried a:</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">cpan&gt; install Crypt::OpenPGP</font></div>
    <div>&nbsp;</div>
    <div><font face="Arial" size="2">But I received the message that this module is 
    up to date.</font></div>
    <div><font face="Arial" size="2">&nbsp;</font></div>
    <div><font face="Arial" size="2">I use ActivePerl 5.10.0 build 
1004.</font></div>
    <div>&nbsp;</div></blockquote></div></blockquote></div></blockquote><div><br>
Oops, ok, sorry, I thought you had Strawberry. Last year I swapped all things &quot;Active&quot; for Strawberry Perl.<br>
<br>
In any case, maybe you can tinker with the ActivePerl cpan Config.pm so
that it uses the MinGW compiler and the Strawberry cpan settings. The
idea would be to make ActivePerl compile its modules using the
Strawberry config settings.Don&#39;t know if that would work. <br>
<br>
Another way (if don&#39;t want to switch to strawberry flavored perl) is to
just install Strawberry, then edit your PATH and strip off all
c:\strawberry\... directories so that it won&#39;t disturb your ActivePerl
installation. Then create a little bat file that will give you a
&quot;strawberry prompt&quot;. Install modules with strawberry cpan, then copy
them from strawberry\perl\site (and auto) into ActivePerl&#39;s \site
directories.<br>
</div></div>