Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 27507
Status: open
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: a.r.ferreira [...] gmail.com
Cc:
AdminCc:

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



Subject: html2text.pl instead of html2text
Date: Fri, 8 Jun 2007 16:45:23 -0300
To: bug-CPAN [...] rt.cpan.org
From: "Adriano Ferreira" <a.r.ferreira [...] gmail.com>
Hi, Andreas, The 'recent' command uses lynx or html2text, but the script is called "html2text.pl" according to the current distribution (html2text-0.003 in http://search.cpan.org/~awrigley/html2text-0.003/). So a nano-patch: diff -Nru CPAN-1.9102/lib/CPAN.pm CPAN/lib/CPAN.pm --- CPAN-1.9102/lib/CPAN.pm 2007-05-08 17:09:58.000000000 -0300 +++ CPAN/lib/CPAN.pm 2007-06-08 14:57:00.000000000 -0300 @@ -8584,7 +8584,7 @@ if $CPAN::DEBUG; # should we define it in the config instead? - my $html_converter = "html2text"; + my $html_converter = "html2text.pl"; my $web_browser = $CPAN::Config->{'lynx'} || undef; my $web_browser_out = $web_browser

Message body is not shown because sender requested not to inline it.

CC: undisclosed-recipients:;
Subject: Re: [rt.cpan.org #27507] html2text.pl instead of html2text
Date: Fri, 08 Jun 2007 22:09:45 +0200
To: bug-CPAN [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Fri, 08 Jun 2007 15:47:29 -0400, "a.r.ferreira@gmail.com via RT" <bug-CPAN@rt.cpan.org> said:
Show quoted text
> So a nano-patch:
Thanks much, applied, -- andreas