summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Carp/Reply.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carp/Reply.pm b/lib/Carp/Reply.pm
index bee40fb..cc1316d 100644
--- a/lib/Carp/Reply.pm
+++ b/lib/Carp/Reply.pm
@@ -91,7 +91,7 @@ sub import {
$SIG{__DIE__} = sub { print $_[0]; repl() };
}
-=function repl
+=func repl
Invokes a repl at the current point of execution.