Subject: | CGI::param called in list context |
While running the test suite CGI.pm warnings appear, at least with newer CGI.pm versions:
...
CGI::param called in list context from /home/cpansand/.cpan/build/2019052305/FormValidator-LazyWay-0.20-yXa2Kq/blib/lib/FormValidator/LazyWay/Utils.pm line 119, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 405.
t/fixed-class-datetime.t ................................. ok
CGI::param called in list context from /home/cpansand/.cpan/build/2019052305/FormValidator-LazyWay-0.20-yXa2Kq/blib/lib/FormValidator/LazyWay/Utils.pm line 119, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 405, <DATA> line 1.
t/fixed-class-uri.t ...................................... ok
... (and more of them) ...