about summary refs log tree commit
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2015-03-05 11:24:00 +0000
committerMichael Stevens <mstevens@etla.org>2015-03-05 11:24:00 +0000
commitc96d8a955f267b75ee05c6aa05c694b514f0058d (patch)
tree0cf6290c83361176eaf797f53f5381e051b1cc6b
parent460de122b97a64ec6947bb52d11bc5a0d96f4a26 (diff)
downloadperl-libnet-c96d8a955f267b75ee05c6aa05c694b514f0058d.tar.gz
Fix unrendered pod markup showing for eprt / epsv (eg see https://metacpan;3D.org/pod/Net::FTP#METHODS)
-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 36d89bc..45eb9ec 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).