in reply to Re: retrying an action that could fail
in thread retrying an action that could fail

The problem is, I don't know how to make WWW::Mechanize inherit from "LWP::UserAgent::Determined" instead of "LWP::UserAgent".

You could try just declaring it with @WWW::Mechanize::ISA = "LWP::UserAgent::Determined" after the modules have been loaded; from a first glance at the source it looks like that'd be sufficient.

  • Comment on Re: Re: retrying an action that could fail