in reply to Re^2: Can't locate object method REDIRECTS in package HTTP::Headers
in thread Can't locate object method REDIRECTS in package HTTP::Headers
You missed the point, the error message is the same, it is apparently because of a mismatch between versions of Mechanize/LWP/HTTP::Headers etc etc , so just install the latest version of each module, say with
orperl -MCPAN -e 'install Bundle::LWP'
cpan LWP WWW::Mechanize
|
|---|