From c96d8a955f267b75ee05c6aa05c694b514f0058d Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 5 Mar 2015 11:24:00 +0000 Subject: Fix unrendered pod markup showing for eprt / epsv (eg see https://metacpan;3D.org/pod/Net::FTP#METHODS) --- lib/Net/FTP.pm | 2 ++ 1 file changed, 2 insertions(+) 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 and those that do not require data connections. =over 4 =item port ( [ PORT ] ) + =item eprt ( [ PORT ] ) Send a C (IPv4) or C (IPv6) command to the server. If C 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 for IPv4, C for IPv6). -- cgit v1.2.3-24-ge0c7