in reply to Re: Problems trying to timeout LWP requests
in thread Problems trying to timeout LWP requests
As for use_alarm, see the code below from UserAgent.pm
# depreciated sub use_eval { shift->_elem('use_eval', @_); } sub use_alarm { Carp::carp("LWP::UserAgent->use_alarm(BOOL) is a no-op") if @_ > 1 && $^W; ""; }
It appears that the documentation is out of date as this method is now depreciated.
Cheers
Cheshire Cat
|
|---|