libwww-perl / WWW-Mechanize

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

Maybe add strict_forms and verbose_forms to object instantiation #255

Closed oalders closed 5 years ago

oalders commented 6 years ago

These could be set to enablestrict and verbose on new HTML::Form objects. These could then be overridden on a case by case basis. This would make it much easier to enforce best practices, rather than have to set strict_forms each time when calling submit_form.

simbabque commented 5 years ago

I'm almost done implementing this. Will provide a PR shortly.