Skip to content

Commit

Permalink
Page width
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Apr 3, 2024
1 parent 13d5ed2 commit 318d355
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/CGI/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,8 @@ sub get_cookie {
Returns a cookie's value, or undef if no name is given, or the requested
cookie isn't in the jar.
API is the same as "param", it will replace the "get_cookie" method in the future.
API is the same as "param",
it will replace the "get_cookie" method in the future.
use CGI::Info;
Expand Down Expand Up @@ -1725,7 +1726,9 @@ sub cookie {

=head2 status
Sets or returns the status of the object, 200 for OK, otherwise an HTTP error code
Sets or returns the status of the object,
200 for OK,
otherwise an HTTP error code
=cut

Expand Down Expand Up @@ -1775,7 +1778,8 @@ sub set_logger {
=head2 reset
Class method to reset the class.
You should do this in an FCGI environment before instantiating, but nowhere else.
You should do this in an FCGI environment before instantiating,
but nowhere else.
=cut

Expand Down

0 comments on commit 318d355

Please sign in to comment.