libwww-perl / WWW-Mechanize

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

die with our own die method whenever possible #80 #340

Closed simbabque closed 2 years ago

simbabque commented 2 years ago

I tried get test coverage for as many of the uncovered die ops as possible. There are a few I just couldn't get a test, like when opening a file fails. I also removed one die because that was impossible to reach.

Fixes #80