libwww-perl / WWW-Mechanize

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

Validate exclusive button selectors #314

Closed ferki closed 3 years ago

ferki commented 3 years ago

This PR is an attempt to fix #303 by validating the number of exclusive button selector options, and if more than one are used, it dies.

This is my first PR touching this codebase, so I hope I got everything right ^^ Perhaps it could be implemented in a simpler or more fitting way.

Please review and merge, or let me know what to improve.

ferki commented 3 years ago

Wonderful! Thanks very much @ferki. I apologize for the delay in reviewing this.

@oalders: I'm happy it proved useful and you could merge it. No worries about the perceived delay, I know how's life for maintainers of open source projects ;)