Skip to content

Commit

Permalink
Revert "Tests and documentation for command line mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee J committed Dec 13, 2016
1 parent 4d4749c commit 40d7860
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 93 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Expand Up @@ -30,7 +30,6 @@ t/cgi.t
t/changes.t
t/charset.t
t/checkbox_group.t
t/command_line.t
t/compiles_pod.t
t/cookie.t
t/delete.t
Expand Down
5 changes: 1 addition & 4 deletions lib/CGI.pod
Expand Up @@ -975,9 +975,6 @@ similarly-named CGI parameters in POSTed forms. If you try to mix a URL query
string with a form submitted with the GET method, the results will not be what
you expect.

If running from the command line, C<url_param> will not pick up any
parameters given on the command line.

=head2 Processing a file upload field

=head3 Basics
Expand Down Expand Up @@ -1487,7 +1484,7 @@ techniques. May not work in all browsers.
=item B<request_method()>

Returns the method used to access your script, usually one of 'POST', 'GET'
or 'HEAD'. If running from the command line it will be undef.
or 'HEAD'.

=item B<content_type()>

Expand Down
88 changes: 0 additions & 88 deletions t/command_line.t

This file was deleted.

0 comments on commit 40d7860

Please sign in to comment.