From: ivan Date: Sat, 1 May 2010 22:03:12 +0000 (+0000) Subject: minor doc update X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-HTTPS-Any.git;a=commitdiff_plain;h=c4a26a2f26df3037db43fa311d9b9283bd417a3c minor doc update --- diff --git a/Changes b/Changes index 8f328b7..61dcc92 100644 --- a/Changes +++ b/Changes @@ -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 }, );