diff options
Diffstat (limited to 'lib/Net/HTTPS/Any.pm')
-rw-r--r-- | lib/Net/HTTPS/Any.pm | 4 |
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 }, ); |