From 242a39254f4a3fc81550ddc1f7a79eef5e33011d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 29 Aug 2013 09:52:35 -0400 Subject: explicitly read from STDIN (lestrrat, fixes #26) <> has magic @ARGV behavior --- lib/Reply/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Reply/Plugin.pm') diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm index 14cfcc8..2c06e8e 100644 --- a/lib/Reply/Plugin.pm +++ b/lib/Reply/Plugin.pm @@ -68,7 +68,7 @@ implementation returns C<< ">" >> Called to actually read a line from the user. Takes no arguments, and returns a single string. The default implementation uses the C<< <> >> operator to read a -single line from the user. +single line from C. =item command_C<$name> (chained) -- cgit v1.2.3-54-g00ecf