Skip to content

Commit

Permalink
remove reference to ancient version of CGI.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Sep 10, 2009
1 parent e3d3bbc commit e06330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CGI.pm
Expand Up @@ -6216,7 +6216,7 @@ seriously, it is possible for the remote user to type garbage into the
upload field, in which case what you get from param() is not a
filehandle at all, but a string.
To be safe, use the I<upload()> function (new in version 2.47). When
To be safe, use the I<upload()> function. When
called with the name of an upload field, I<upload()> returns a
filehandle-like object, or undef if the parameter is not a valid
filehandle.
Expand Down

0 comments on commit e06330c

Please sign in to comment.