Corion / WWW-Mechanize-Chrome

automate the Chrome browser
https://metacpan.org/release/WWW-Mechanize-Chrome
Artistic License 2.0
30 stars 12 forks source link

Running version 0.71 on Perl 5.36 produces a lot of warnings #75

Closed fheyer closed 1 year ago

fheyer commented 1 year ago

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.

Thank you!

fheyer commented 1 year ago

Sorry, duplicate of https://github.com/Corion/WWW-Mechanize-Chrome/issues/67