> > I think the relevant error is: >> >> t/02digest....1/32 Can't call method "keysize" on an undefined value at >> E:/perl510/site/lib/Crypt/OpenPGP.pm line 525. >> I have tried a: >> >> cpan> install Crypt::OpenPGP >> >> But I received the message that this module is up to date. >> >> I use ActivePerl 5.10.0 build 1004. >> >> > Oops, ok, sorry, I thought you had Strawberry. Last year I swapped all things "Active" for Strawberry Perl.
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't know if that would work. Another way (if don'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't disturb your ActivePerl installation. Then create a little bat file that will give you a "strawberry prompt". Install modules with strawberry cpan, then copy them from strawberry\perl\site (and auto) into ActivePerl's \site directories.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
