libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 52 forks source link

Allow adjusting autocheck outside of new() #232

Closed jidanni closed 2 years ago

jidanni commented 7 years ago

Allow toggling this later. Not just in new():

   o   "autocheck => [0|1]"

       Checks each request made to see if it was successful.  This saves
       you the trouble of manually checking yourself.  Any errors found
       are errors, not warnings.

P.S., on the man page some words are joined:

       case it is OFF.  This means that standalone WWW::Mechanizeinstances
       have autocheck turned on, which is protective for the vast majority