summaryrefslogtreecommitdiff
path: root/lib/Net/HTTPS/Any.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-05-01 22:03:12 +0000
committerivan <ivan>2010-05-01 22:03:12 +0000
commitc4a26a2f26df3037db43fa311d9b9283bd417a3c (patch)
tree15f678c3d408201c2080d612afaaa8f0b17f0184 /lib/Net/HTTPS/Any.pm
parent3e7f706c79ecd12b672360fda82942d0f0a48b06 (diff)
minor doc update
Diffstat (limited to 'lib/Net/HTTPS/Any.pm')
-rw-r--r--lib/Net/HTTPS/Any.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Net/HTTPS/Any.pm b/lib/Net/HTTPS/Any.pm
index f431fa8..5cdc93a 100644
--- a/lib/Net/HTTPS/Any.pm
+++ b/lib/Net/HTTPS/Any.pm
@@ -47,7 +47,7 @@ Net::HTTPS::Any - Simple HTTPS class using whichever underlying SSL module is av
=cut
-our $VERSION = '0.10';
+our $VERSION = '0.11';
=head1 SYNOPSIS
@@ -58,6 +58,8 @@ our $VERSION = '0.10';
{ 'host' => 'www.fortify.net',
'port' => 443,
'path' => '/sslcheck.html',
+ 'args' => { 'field' => 'value' },
+ #'args' => [ 'field'=>'value' ], #order preserved
},
);