Hi All,

        Thanks all for the responses.
        
        Michael G Schwern was right I am using old version and issue
fixed by upgrading HTML-Parser to latest.

Thanks
Shiv
        

-----Original Message-----
From: Michael G Schwern [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 16, 2005 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
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 weird error 
message is due to the accidental inheritance of AutoLoader from which
all 
XS modules suffer.

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.


-- 
Michael G Schwern     [EMAIL PROTECTED]
http://www.pobox.com/~schwern
'All anyone gets in a mirror is themselves,' she said. 'But what you
gets in a good gumbo is everything.'
        -- "Witches Abroad" by Terry Prachett

Reply via email to