From 52284cb535afdc1b541d23444bda9e8da8e9db13 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 26 Jun 2013 15:14:37 -0400 Subject: a bit more docs --- lib/Reply.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Reply.pm b/lib/Reply.pm index a378fa8..bb72149 100644 --- a/lib/Reply.pm +++ b/lib/Reply.pm @@ -102,7 +102,8 @@ sub new { =method run Runs the repl. Will continue looping until the C callback returns -undef or the C callback returns false. +undef (typically when the user presses C), or the C callback +returns false (by default, the C<#q> command quits the repl in this way). =cut -- cgit v1.2.3-54-g00ecf