about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2003-10-29 23:06:54 +0000
committerGraham Barr <gbarr@pobox.com>2003-10-29 23:06:54 +0000
commit328c44ad33281a1173a0f195cd0d29d17b83196a (patch)
treeb759715af37fa6e56d1fd0d256882f4875463128
parentee63997e76534467b2d8acee08fcc3e6b09a4aca (diff)
downloadperl-libnet-328c44ad33281a1173a0f195cd0d29d17b83196a.tar.gz
Fix POD formatting issues
-rw-r--r--Net/FTP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 0b56476..991d004 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -22,7 +22,7 @@ use Net::Config;
 use Fcntl qw(O_WRONLY O_RDONLY O_APPEND O_CREAT O_TRUNC);
 # use AutoLoader qw(AUTOLOAD);
 
-$VERSION = "2.74"; # $Id: //depot/libnet/Net/FTP.pm#83 $
+$VERSION = "2.74"; # $Id: //depot/libnet/Net/FTP.pm#84 $
 @ISA     = qw(Exporter Net::Cmd IO::Socket::INET);
 
 # Someday I will "use constant", when I am not bothered to much about
@@ -1415,8 +1415,6 @@ C<mkdir> will attempt to create all the directories in the given path.
 
 Returns the full pathname to the new directory.
 
-=item ls ( [ DIR ] )
-
 =item alloc ( SIZE [, RECORD_SIZE] )
 
 The alloc command allows you to give the ftp server a hint about the size
@@ -1431,6 +1429,8 @@ automatically for normal files so that this method need only be called if
 you are transfering data from a socket, named pipe, or other stream not
 associated with a normal file.
 
+=item ls ( [ DIR ] )
+
 Get a directory listing of C<DIR>, or the current directory.
 
 In an array context, returns a list of lines returned from the server. In