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.