about summary refs log tree commit
diff options
context:
space:
mode:
authorDale Evans <dale.evans@mycanadapayday.com>2015-12-25 13:45:40 -0800
committerDale Evans <dale.evans@mycanadapayday.com>2015-12-25 13:45:40 -0800
commiteb3cc283a9cda85681088dbcfc58179e2bd63083 (patch)
tree2d2ebab0015bba5e4274a14965657346d0b4ff92
parente73fbd3e36de3699c5caa22b20b65d1c553bfa6e (diff)
downloadperl-libnet-eb3cc283a9cda85681088dbcfc58179e2bd63083.tar.gz
POD fix escape of > character
C<Debug => 1> doesn't render correctly because of the embedded ">".
-rw-r--r--lib/Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index eb56e1a..c0904c6 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -1991,7 +1991,7 @@ It may be difficult for me to reproduce the problem as almost every setup
 is different.
 
 A small script which yields the problem will probably be of help. It would
-also be useful if this script was run with the extra options C<Debug => 1>
+also be useful if this script was run with the extra options C<< Debug => 1 >>
 passed to the constructor, and the output sent with the bug report. If you
 cannot include a small script then please include a Debug trace from a
 run of your program which does yield the problem.