Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-cpanminus CPAN distribution.

Report information
The Basics
Id: 60312
Status: rejected
Priority: 0/
Queue: App-cpanminus

People
Owner: Nobody in particular
Requestors: DOUGW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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...
Can't reproduce. macbook-miyagawa% cpanm Convert::PEM --> Working on Convert::PEM Fetching http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Convert-PEM-0.07.tar.gz ... OK Configuring Convert-PEM-0.07 ... OK ==> Found dependencies: Crypt::DES_EDE3, Convert::ASN1 --> Working on Crypt::DES_EDE3 Fetching http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DES_EDE3- 0.01.tar.gz ... OK Configuring Crypt-DES_EDE3-0.01 ... OK ==> Found dependencies: Crypt::DES --> Working on Crypt::DES Fetching http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz ... OK Configuring Crypt-DES-2.05 ... OK Building and testing Crypt-DES-2.05 ... OK Successfully installed Crypt-DES-2.05 Building and testing Crypt::DES_EDE3 ... OK Successfully installed Crypt::DES_EDE3 --> Working on Convert::ASN1 Fetching http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz ... OK Configuring Convert-ASN1-0.22 ... OK Building and testing Convert-ASN1-0.22 ... OK Successfully installed Convert-ASN1-0.22 Building and testing Convert-PEM-0.07 ... OK Successfully installed Convert-PEM-0.07