diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-12 16:27:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-12 16:27:32 -0700 |
commit | 66d4880fb7e849d058cad0d1c5f9e57e18278fd9 (patch) | |
tree | 1d0283de9b4b7c007178575c59e751cdd90b7e4a /lib/Net | |
parent | 5426737664dd0fd517c2f4f931fa04852e95d1ca (diff) |
doc
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/HTTPS/Any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/HTTPS/Any.pm b/lib/Net/HTTPS/Any.pm index 0631d73..23b8e75 100644 --- a/lib/Net/HTTPS/Any.pm +++ b/lib/Net/HTTPS/Any.pm @@ -121,7 +121,7 @@ For example: { 'X-Header1' => 'value', ... } =item args -CGI arguments, eitehr as a hashref or a listref. In the latter case, ordering +CGI arguments, either as a hashref or a listref. In the latter case, ordering is preserved (see L<Tie::IxHash> to do so when passing a hashref). =item debug @@ -240,7 +240,7 @@ Defaults to "application/x-www-form-urlencoded" if not specified. =item args -CGI arguments, eitehr as a hashref or a listref. In the latter case, ordering +CGI arguments, either as a hashref or a listref. In the latter case, ordering is preserved (see L<Tie::IxHash> to do so when passing a hashref). =item content |