about summary refs log tree commit
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2011-01-19 19:03:47 +0800
committerGraham Barr <gbarr@pobox.com>2011-01-23 00:35:58 +0800
commit8bbdc0c74a127359e2642a80676b42700c8ca0e5 (patch)
tree005a86351b86e1371e29ab7eeb2b159d18671000
parentd3e57a64993d6be657afba2899c47eda183c9f0d (diff)
downloadperl-libnet-8bbdc0c74a127359e2642a80676b42700c8ca0e5.tar.gz
Minor pod lint - remove whitespace.
-rw-r--r--Net/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/Config.pm b/Net/Config.pm
index db51c1f..bed39cd 100644
--- a/Net/Config.pm
+++ b/Net/Config.pm
@@ -274,7 +274,7 @@ FTP servers can work in passive or active mode. Active mode is when
 you want to transfer data you have to tell the server the address and
 port to connect to.  Passive mode is when the server provide the
 address and port and you establish the connection.
-
+
 With some firewalls active mode does not work as the server cannot
 connect to your machine (because you are behind a firewall) and the firewall
 does not re-write the command. In this case you should set C<ftp_ext_passive>