about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-03-11 08:54:39 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-03-11 08:54:39 +0000
commit84a2693b9c9a810b69bf555d16a8caf93a3fe426 (patch)
tree9574f5c08bb0087bc4a2034c289b6cc05ed23fc4
parentfb8306460b9097c6f19d283a14c558aed220ed9c (diff)
parentc96d8a955f267b75ee05c6aa05c694b514f0058d (diff)
downloadperl-libnet-84a2693b9c9a810b69bf555d16a8caf93a3fe426.tar.gz
Merge pull request #15 from mstevens/master
Fix unrendered pod markup showing for eprt / epsv
-rw-r--r--lib/Net/FTP.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 2bdb390..856336a 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -1839,6 +1839,7 @@ C<put_unique> and those that do not require data connections.
 =over 4
 
 =item port ( [ PORT ] )
+
 =item eprt ( [ PORT ] )
 
 Send a C<PORT> (IPv4) or C<EPRT> (IPv6) command to the server. If C<PORT> is
@@ -1846,6 +1847,7 @@ specified then it is sent to the server. If not, then a listen socket is created
 and the correct information sent to the server.
 
 =item pasv ()
+
 =item epsv ()
 
 Tell the server to go into passive mode (C<pasv> for IPv4, C<epsv> for IPv6).