Subject: | Problem installing Module::Install inside CPANPLUS |
Trying to install Module::Install from the CPANPLUS shell:
CPAN Terminal> install Module::Install
Installing: Module::Install
*** ExtUtils::AutoInstall version 0.52
*** Checking for dependencies...
[Include packages with full dependencies]
- Test::Harness ...loaded. (2.30 >= 2.03)
- Test::More ...loaded. (0.47)
- Module::ScanDeps ...loaded. (0.30 >= 0.28)
- Module::CoreList ...loaded. (1.91)
[PAR-based binary distributions]
- PAR::Dist ...loaded. (0.05 >= 0.03)
[Module::Build support]
- Archive::Tar ...loaded. (1.05 >= 0.23)
- ExtUtils::Install ...loaded. (1.32 >= 0.3)
- ExtUtils::ParseXS ...loaded. (2.05)
- YAML ...loaded. (0.35 >= 0.35)
- Module::Build ...loaded. (0.20)
*** ExtUtils::AutoInstall configuration finished.
Can't read '': No such file or directory at /Library/Perl/Module/Build/Base.pm line 506.
in CPANPLUS::Shell::Default::_input_loop at Sun Oct 12 20:57:18 2003 at /Library/Perl/CPANPLUS/Shell/Default.pm line 765
This problem only occurs inside CPANPLUS. When installed from the command line, Module::Install has no problem.