about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-27 18:03:53 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-27 18:03:53 +0000
commit8f95e5df8c085a2a083058ebebc0456cbac0175e (patch)
tree2c99d662f7b50ab00b712cea63d0ef39035f8411
parentd7c417847b361fa0ba2a0594016bf60c02d3ef89 (diff)
parenteb3cc283a9cda85681088dbcfc58179e2bd63083 (diff)
downloadperl-libnet-8f95e5df8c085a2a083058ebebc0456cbac0175e.tar.gz
Merge pull request #23 from daleevans/patch-3
POD fix escape of > character
-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.