From b3a9fd0697ef13589b017185df76afb4834627c3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jun 2013 16:31:27 -0500 Subject: pod fixes --- lib/Reply/Plugin.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/Reply/Plugin.pm') diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm index 4d72b07..0e8fe45 100644 --- a/lib/Reply/Plugin.pm +++ b/lib/Reply/Plugin.pm @@ -61,10 +61,10 @@ single line from the user. =item command_C<$name> (chained) -If the line read from the user is of the form "#foo args...", then plugins will -be searched for a callback method named C. This callback takes a -single string containing the provided arguments, and returns a new line to -evaluate instead, if any. +If the line read from the user is of the form C<"#foo args...">, then plugins +will be searched for a callback method named C. This callback +takes a single string containing the provided arguments, and returns a new line +to evaluate instead, if any. =item mangle_line (chained) -- cgit v1.2.3-54-g00ecf