doc
authorIvan Kohler <ivan@freeside.biz>
Mon, 12 May 2014 23:27:32 +0000 (16:27 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 12 May 2014 23:27:32 +0000 (16:27 -0700)
Changes
lib/Net/HTTPS/Any.pm

diff --git a/Changes b/Changes
index 477a59c..732d2bd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,9 +5,10 @@ Revision history for Net-HTTPS-Any
         - Depend on Net::SSLeay and test on it (and not Crypt::SSLeay), to
           eliminate spurious test failures and increase installability.  Alas,
           but the last four years have not provided OR relationships in CPAN
-          dependencies.
+          dependencies (closes: CPAN#73363)
         - TODO: document our usage of LWP isn't necessarily Crypt::SSLeay with
           new (which?) LWP versions.
+        - doc: spelling (closes: CPAN#88510)
 
 0.10    Sat May  1 13:39:39 PDT 2010
         - Pull in changes from Business::OnlinePayment::HTTPS 0.09 from
index 0631d73..23b8e75 100644 (file)
@@ -121,7 +121,7 @@ For example: { 'X-Header1' => 'value', ... }
 
 =item args
 
-CGI arguments, eitehr as a hashref or a listref.  In the latter case, ordering
+CGI arguments, either as a hashref or a listref.  In the latter case, ordering
 is preserved (see L<Tie::IxHash> to do so when passing a hashref).
 
 =item debug
@@ -240,7 +240,7 @@ Defaults to "application/x-www-form-urlencoded" if not specified.
 
 =item args
 
-CGI arguments, eitehr as a hashref or a listref.  In the latter case, ordering
+CGI arguments, either as a hashref or a listref.  In the latter case, ordering
 is preserved (see L<Tie::IxHash> to do so when passing a hashref).
 
 =item content