11:45 PM
To: Shivakumar Venkatappa
Cc: perl-qa@perl.org
Subject: Re: WWW::Mechanize Can't locate
auto/HTML/TokeParser/get_phrase.al
On Tue, Aug 16, 2005 at 06:12:35AM -0700, Shivakumar Venkatappa wrote:
> I get error
> Can't locate auto/HTML/TokeParser/get_phrase.al in @INC (@INC
c
On Tue, Aug 16, 2005 at 12:27:31PM -0700, Michael G Schwern ([EMAIL PROTECTED])
wrote:
> Mechanize already has a dependency on TokeParser 2.28 which is the version
> that came with HTML-Parser 3.33.
Then we're probably dealing with a bad Mech install.
--
Andy Lester => [EMAIL PROTECTED] => www.
On Tue, Aug 16, 2005 at 02:17:56PM -0500, Andy Lester wrote:
> > get_phrase was added in version 3.33 of HTML-Parser (which contains
> > HTML::TokeParser). WWW::Mechanize should have warned you that your version
> > was not new enough upon installation.
>
> And so it shall from this day forward.
On Tue, Aug 16, 2005 at 11:15:12AM -0700, Michael G Schwern ([EMAIL PROTECTED])
wrote:
> get_phrase was added in version 3.33 of HTML-Parser (which contains
> HTML::TokeParser). WWW::Mechanize should have warned you that your version
> was not new enough upon installation.
And so it shall from
On Tue, Aug 16, 2005 at 06:12:35AM -0700, Shivakumar Venkatappa wrote:
> I get error
> Can't locate auto/HTML/TokeParser/get_phrase.al in @INC (@INC contains:
What's likely happening is your installation of HTML::TokeParser is a couple
years old and does not have the get_phrase() method. That we