Subject: | Test fails because of new CGI::param warning |
The t/003-main.t test fails because of a new warning in CGI.pm:
# Failed test 'invalid directory change warning'
# at t/003-main.t line 154.
# found warning: CGI::param called in list context from blib/lib/CGI/FileManager.pm line 363, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.21.11t/lib/site_perl/5.21.11/CGI.pm line 408.
# found warning: change_dir: Trying to change to invalid directory ? '/nosuch'nosuch' at blib/lib/CGI/FileManager.pm line 423.
# expected to find warning: (?^:Trying to change to invalid directory)
# Looks like you failed 1 test of 60.
t/003-main.t ............
Probably you should consider to use the new CGI::multi_param() function if it exists.