Skip to content

Commit

Permalink
fix link broken by last version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Dec 3, 2014
1 parent 6589d58 commit 274b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ sub param {
return $self->all_parameters unless @p;

# list context can be dangerous so warn:
# http://blog.gerv.net/2014.11/new-class-of-vulnerability-in-perl-web-applications
# http://blog.gerv.net/2014.10/new-class-of-vulnerability-in-perl-web-applications
if ( wantarray && $LIST_CONTEXT_WARN ) {
my ( $package, $filename, $line ) = caller;
if ( $package ne 'CGI' ) {
Expand Down

0 comments on commit 274b7c6

Please sign in to comment.