Subject: | Won't install Convert-PEM |
Maybe because the Makefile.PL uses 'use inc::Module::Install' (or the
ExtUtils::AutoInstall) and declares dependencies with
"require('ModuleName')" type statements.
But it gets hung up during configure at:
Entering Convert-PEM-0.07
Configuring Convert-PEM-0.07 ... Running Makefile.PL
*** ExtUtils::AutoInstall version 0.56
*** Checking for dependencies...
[Core Features]
- Class::ErrorHandler ...missing.
- MIME::Base64 ...loaded. (3.07)
- Convert::ASN1 ...missing. (would need 0.10)
- Digest::MD5 ...loaded. (2.36)
- Crypt::DES_EDE3 ...missing.
==> Auto-install the 3 mandatory module(s) from CPAN? [y]
I don't know if there's anything cpanm can do about this...