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

Resubmit PR 249 #347

Merged
merged 3 commits into from Aug 15, 2022
Merged

Resubmit PR 249 #347

merged 3 commits into from Aug 15, 2022

Conversation

simbabque
Copy link
Contributor

This bumps HTML::Form to 6.08.

Closes #249.
Fixes #198.

gilmagno and others added 2 commits August 13, 2022 12:31
This commit bumps HTML::Form to 6.08 to fix a bug that would not allow
us to set the content from a header without the file argument present.

It also fixes another bug where the code blew up if a non-existent field
was requested.
@simbabque simbabque requested a review from oalders August 14, 2022 15:33
@simbabque simbabque marked this pull request as ready for review August 14, 2022 15:33
@codecov
Copy link

codecov bot commented Aug 14, 2022

Codecov Report

Merging #347 (829aec4) into master (9b21afa) will increase coverage by 0.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #347      +/-   ##
==========================================
+ Coverage   88.73%   88.83%   +0.10%     
==========================================
  Files           3        3              
  Lines         852      860       +8     
  Branches      232      235       +3     
==========================================
+ Hits          756      764       +8     
  Misses         36       36              
  Partials       60       60              
Impacted Files Coverage Δ
lib/WWW/Mechanize.pm 88.35% <ø> (+0.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@oalders oalders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gilmagno and @simbabque!

@oalders oalders merged commit 333aea9 into master Aug 15, 2022
@oalders oalders deleted the simbabque/pr-249 branch August 15, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect filename for form submission of file not from filesystem
3 participants