Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

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



Subject: Re: [rt.cpan.org #22578] details...
Date: Wed, 25 Oct 2006 13:57:03 -0700
To: bug-CPANPLUS [...] rt.cpan.org
From: Rafael Kitover <caelum [...] debian.org>
$ PAGER=non_existant_pager perl -MCPANPLUS -e shell CPAN Terminal> h [ERROR] Undefined subroutine &CPANPLUS::Shell::_Base::ReadLine::cp_error called at /usr/local/share/perl/5.8.8/CPANPLUS/Shell.pm line 216. Patch: --- Shell.pm.orig 2006-10-25 11:55:01.000000000 -0700 +++ Shell.pm 2006-10-25 11:59:42.000000000 -0700 @@ -213,7 +213,7 @@ my $fh = new FileHandle; unless ( $fh->open("| $cmd") ) { - error(loc("could not pipe to %1: %2\n", $cmd, $!) ); + print STDERR loc("could not pipe to %1: %2\n", $cmd, $!); return; } -- Rafael
On Wed Oct 25 16:58:59 2006, caelum@debian.org wrote: Show quoted text
> $ PAGER=non_existant_pager perl -MCPANPLUS -e shell > > CPAN Terminal> h > > [ERROR] Undefined subroutine &CPANPLUS::Shell::_Base::ReadLine::cp_error > called at /usr/local/share/perl/5.8.8/CPANPLUS/Shell.pm line 216.
This is now fixed in the development tree of CPANPLUS, thanks for reporting. -- Jos