diff options
author | ivan <ivan> | 2010-05-01 22:03:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-01 22:03:12 +0000 |
commit | c4a26a2f26df3037db43fa311d9b9283bd417a3c (patch) | |
tree | 15f678c3d408201c2080d612afaaa8f0b17f0184 | |
parent | 3e7f706c79ecd12b672360fda82942d0f0a48b06 (diff) |
minor doc update
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/Net/HTTPS/Any.pm | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,8 @@ Revision history for Net-HTTPS-Any +0.11 unreleased + - doc: update example in synopsis + 0.10 Sat May 1 13:39:39 PDT 2010 - Pull in changes from Business::OnlinePayment::HTTPS 0.09 from Business::OnlinePayment 3.00 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 }, ); |