Running version 0.71 on Perl 5.36 produces a lot of warnings - for example:
Use of @_ in numeric eq (==) with signatured subroutine is experimental at perl5/perlbrew/perls/perl-5.36.1/lib/site_perl/5.36.1/WWW/Mechanize/Chrome.pm line 836.
Use of @_ in numeric eq (==) with signatured subroutine is experimental at perl5/perlbrew/perls/perl-5.36.1/lib/site_perl/5.36.1/WWW/Mechanize/Chrome.pm line 5703
These are solved in branch fix-signatures-array.
I would very much welcome a release which contains this branch to silence those warnings.
Running version 0.71 on Perl 5.36 produces a lot of warnings - for example:
These are solved in branch fix-signatures-array. I would very much welcome a release which contains this branch to silence those warnings.
Thank you!