summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2016-10-07 09:49:17 -0400
committerOlaf Alders <olaf@wundersolutions.com>2016-10-07 09:49:17 -0400
commit1d12545f04db5596788becdc4a9d6d47068722ae (patch)
treefb29c6035979baa80d1d571815cd3e469be762a3 /README.md
parent65afbe33884a1fcc08332fb6ac6fd88f378afaa7 (diff)
v1.82
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c653ae..02f39e2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ WWW::Mechanize - Handy web browsing in a Perl object
# VERSION
-version 1.81
+version 1.82
# SYNOPSIS
@@ -966,6 +966,12 @@ are a list of key/value pairs, all of which are optional.
Sets the x or y values for `["click()"](#click)`
+- `strict_forms => bool`
+
+ Sets the HTML::Form strict flag which causes form submission to croak if any of the passed
+ fields don't exist on the page, and/or a value doesn't exist in a select element.
+ By default HTML::Form defaults this value to false.
+
If no form is selected, the first form found is used.
If _button_ is not passed, then the `["submit()"](#submit)` method is used instead.