Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Web-Scraper CPAN distribution.

Report information
The Basics
Id: 29079
Status: resolved
Priority: 0/
Queue: Web-Scraper

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

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



Subject: bin/scraper dies because of Term::ReadLine
i have * Term::Readline 1.02 * This is perl, v5.8.8 built for i486-linux-gnu-thread-multi * Web::Scraper 0.12 here is the error message: $ scraper http://yapceurope.org/ method new called with wrong number of arguments at /usr/share/perl/5.8/ Term/ReadLine.pm line 243. $ so Term::ReadLine expects at least one argument as a title. patch: my $term = Term::ReadLine->new('Web::Scraper'); instead of my $term = Term::ReadLine->new();
From: cpan2 [...] tinita.de
On Fr. 31. Aug. 2007, 06:57:59, TINITA wrote: Show quoted text
> i have > * Term::Readline 1.02 > * This is perl, v5.8.8 built for i486-linux-gnu-thread-multi > * Web::Scraper 0.12
i should add that it works on a different computer, but with the same set of modules/versions. in the working version /usr/share/perl/5.8/Term/ReadLine.pm line 243 is never executed.
nevermind, i should post this as a bug for Term::ReadLine. please close =)
Subject: Re: [rt.cpan.org #29079] bin/scraper dies because of Term::ReadLine
Date: Mon, 3 Sep 2007 07:52:44 -0700
To: bug-Web-Scraper [...] rt.cpan.org
From: "Tatsuhiko Miyagawa" <miyagawa [...] gmail.com>
Well I fixed this in the svn repository anyway. Thanks for the report. On 9/3/07, Tina Müller via RT <bug-Web-Scraper@rt.cpan.org> wrote: Show quoted text
> > Queue: Web-Scraper > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=29079 > > > nevermind, i should post this as a bug for Term::ReadLine. please close > =) >
-- Tatsuhiko Miyagawa