Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pod errors as reported by CPANTS. #273

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/WWW/Mechanize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,8 @@ and data setting in one operation. It selects the first form that contains all
fields mentioned in C<\%fields>. This is nice because you don't need to know
the name or number of the form to do this.

(calls C<L</form_with_fields()>> and C<L</set_fields()>>).
(calls C<L<< form_with_fields()|"$mech->form_with_fields( @fields )" >>> and
C<L<< set_fields()|"$mech->set_fields( $name => $value ... )" >>>).

If you choose C<with_fields>, the C<fields> option will be ignored. The
C<form_number>, C<form_name> and C<form_id> options will still be used. An
Expand Down Expand Up @@ -2209,7 +2210,7 @@ by passing C<< strict_forms => 0 >> here.

If no form is selected, the first form found is used.

If I<button> is not passed, then the L<C<< submit()|"$mech->submit()" >>>
If I<button> is not passed, then the C<L<< submit()|"$mech->submit()" >>>
method is used instead.

If you want to submit a file and get its content from a scalar rather
Expand Down