minor doc update
authorivan <ivan>
Sat, 1 May 2010 22:03:12 +0000 (22:03 +0000)
committerivan <ivan>
Sat, 1 May 2010 22:03:12 +0000 (22:03 +0000)
Changes
lib/Net/HTTPS/Any.pm

diff --git a/Changes b/Changes
index 8f328b7..61dcc92 100644 (file)
--- 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
index f431fa8..5cdc93a 100644 (file)
@@ -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
                    },
                  );