Branch: refs/heads/master
Home: https://github.com/OpenGuides/OpenGuides
Commit: 9937d7aad7f66ec49b4817e43c37ef4c18ee3316
https://github.com/OpenGuides/OpenGuides/commit/9937d7aad7f66ec49b4817e43c3…
Author: Dominic Hargreaves <dom(a)earth.li>
Date: 2015-06-01 (Mon, 01 Jun 2015)
Changed paths:
M Build.PL
M lib/OpenGuides.pm
M lib/OpenGuides/CGI.pm
M lib/OpenGuides/Utils.pm
Log Message:
-----------
Call CGI::param() in scalar context or use CGI::multi_param
This avoids warnings about potential vulnerabilities from newer CGI.pm,
even though we aren't affected.