Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 6273
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: CPANPLUS installs prerequiste when answer is NO
CPANPLUS installs prerequisted when answer is NO Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\>cpanp CPANPLUS::Shell::Default -- CPAN exploration and modules installation (v0.03) *** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>. *** Using CPANPLUS::Backend v0.049. ReadLine support disabled. ***snip*** CPAN Terminal> i 17 Installing: Javascript::MD5 Could not find or check module 'Module::Build' [THIS MAY BE A PROBLEM!] at C:/perl/site/lib/CPANPLUS/Internals.pm line 3 83 Module::Build is a required module for this install. Would you like me to install it? [Y/n]: i 19 Key 'tmp' is of invalid type for CPANPLUS::Tools::Term::_tt_readline provided by CPANPLUS::Tools::Term::ask_yn at C:/per l/site/lib/CPANPLUS/Tools/Term.pm line 129 Invalid selection, please try again: [Y/n] N Key 'tmp' is of invalid type for CPANPLUS::Tools::Term::_tt_readline provided by CPANPLUS::Tools::Term::ask_yn at C:/per l/site/lib/CPANPLUS/Tools/Term.pm line 129 Invalid selection, please try again: [Y/n] n Could not find or check module 'Module::Build' [THIS MAY BE A PROBLEM!] at C:/perl/site/lib/CPANPLUS/Internals.pm line 3 83 ... Successfully installed Javascript::MD5 Successfully installed Module::Build All modules installed successfully Huuuh? I then try to uninstall Module::Build and it doesn't work CPAN Terminal> u Module::Build Uninstalling: Module::Build Could no get files for Module::Build: Module::Build is not installed at C:/perl/site/lib/CPANPLUS/Internals/Search.pm li ne 233 in CPANPLUS::Internals::Search::_extutils_installed at Mon May 10 04:47:44 2004 at C:/perl/site/lib/CPANPLUS/Inte rnals/Search.pm line 237 No files found for Module::Build! in CPANPLUS::Internals::Install::_uninstall at Mon May 10 04:47:44 2004 at C:/perl/sit e/lib/CPANPLUS/Internals/Install.pm line 421 Could not uninstall Module::Build in CPANPLUS::Backend::uninstall at Mon May 10 04:47:44 2004 at C:/perl/site/lib/CPANPL US/Backend.pm line 608 Uninstalling Module::Build failed Problem uninstalling one or more modules CPAN Terminal>
[guest - Mon May 10 07:50:44 2004]: Show quoted text
> CPANPLUS installs prerequisted when answer is NO
[...] Show quoted text
> Could not find or check module 'Module::Build' [THIS MAY BE A > PROBLEM!] at C:/perl/site/lib/CPANPLUS/Internals.pm line 3 > 83 > ... > Successfully installed Javascript::MD5 > Successfully installed Module::Build > All modules installed successfully
[...] Show quoted text
> Huuuh? I then try to uninstall Module::Build and it doesn't work
this looks more like an error in the status message, rather than cpanplus disobeying you... what it's meaning to say is 'no error installing module::build' -- since that is what happened, but i can see how this message is /very/ misleading. I'll clean it up some, so it reports what's actually happens.