Subject: | CGI::param called in list context |
With newer CGI.pm versions there are warnings while running the test suite:
...
CGI::param called in list context from blib/lib/CGI/MakeItStatic.pm line 73, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
CGI::param called in list context from t/test2.pl line 18, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.29.9/lib/site_perl/5.29.9/CGI.pm line 412.
t/CGI-MakeItStatic.t .. ok
All tests successful.
...