about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-09-03 08:31:52 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-09-03 08:31:52 +0100
commite73fbd3e36de3699c5caa22b20b65d1c553bfa6e (patch)
treeab9dd70708eb92f6d8bd49894e5c69f1589e6b5b
parent959fe156ffd08ce92beedc04433d94ade65f3259 (diff)
downloadperl-libnet-e73fbd3e36de3699c5caa22b20b65d1c553bfa6e.tar.gz
Minor tweaks to Changes file formatting
-rw-r--r--Changes10
1 files changed, 5 insertions, 5 deletions
diff --git a/Changes b/Changes
index 2ffe17b..3983d06 100644
--- a/Changes
+++ b/Changes
@@ -12,9 +12,8 @@ Revision history for Perl distribution libnet
 
     - Net::FTP::rmdir() has been made more robust by making use of the MLSD
       command in addition to the NLST command since the latter is known not to
-      be processed correctly by some FTP servers.
-
-      [Chris Lindee, CPAN RT#100694]
+      be processed correctly by some FTP servers.  [Chris Lindee, CPAN
+      RT#100694]
 
     - Net::FTP, Net::NNTP, Net::POP3 and Net::SMTP can now restrict domain to
       IPv4 even if IPv6 is available by using the new Domain or Family argument.
@@ -185,8 +184,9 @@ Revision history for Perl distribution libnet
       If no SSL module is available it will work as before, but attempts to use
       the SSL functionality will result in an error message.  If no IPv6 modules
       are available it will just use IPv4 as before.  With IPv6 modules
-      installed one can of course still access IPv4 hosts.  [Steffen Ullrich,
-      CPAN RT#93823]
+      installed one can of course still access IPv4 hosts.
+
+      [Steffen Ullrich, CPAN RT#93823]
 
 1.27 2014-05-30