Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: perl [...] crystalflame.net
Cc:
AdminCc:

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



Subject: cpanp -i Module invites user to do the impossible: press 'p'.
CPANPLUS suggests that I press 'p' to see the full error message -- and then exits before I can press 'p'. Too bad, I would like to know why it failed -- but verbose is off. I think that this is a situation where showing the error message through $PAGER would be a wonderful plan. - R. (search for "error buffer") bash-2.05b# cpanp -i B::Deparse 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 suppressed in batch mode. Installing: B::Deparse Cannot fetch B::Deparse (part of core perl distribution); skipping Installing B::Deparse failed! in CPANPLUS::Backend::install at Tue Apr 6 04:08:21 2004 at /usr/local/lib/perl5/site_perl/5.6.1/CPANPLUS/Backend.pm line 255 Error installed B::Deparse Problem installed one or more modules *** You can view the complete error buffer by pressing 'p' *** Exiting CPANPLUS shell
[guest - Tue Apr 6 07:01:58 2004]: Show quoted text
> CPANPLUS suggests that I press 'p' to see the full error message -- > and then exits before I can press 'p'. Too bad, I would like to > know why it failed -- but verbose is off. I think that this is a > situation where showing the error message through $PAGER would be a > wonderful plan. > > - R. (search for "error buffer") > > bash-2.05b# cpanp -i B::Deparse > 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 suppressed in > batch mode. > > Installing: B::Deparse > Cannot fetch B::Deparse (part of core perl distribution); skipping > Installing B::Deparse failed! in CPANPLUS::Backend::install at Tue Apr > 6 04:08:21 2004 at > /usr/local/lib/perl5/site_perl/5.6.1/CPANPLUS/Backend.pm line 255 > Error installed B::Deparse > Problem installed one or more modules > *** You can view the complete error buffer by pressing 'p' *** > > Exiting CPANPLUS shell
It would be, but due to the nature of the implementation of cpanp, that's not trivial.. i'm not seeing this as a high priority, but i'd take a patch (against 0.050) to fix this if you feel strongly about it
Show quoted text
> *** You can view the complete error buffer by pressing 'p' ***
Resolved by @11581. - R.