summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-12 21:39:40 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-12 21:39:40 -0500
commitae3c3756ae598e647cd00dfd14e88431b44838d4 (patch)
treea8639d3d39760732a2dc0671f4628cd88e67d04c
parent40680f3e638f83b5ae2f5713d94b753917ab85a4 (diff)
downloadcarp-reply-ae3c3756ae598e647cd00dfd14e88431b44838d4.tar.gz
carp-reply-ae3c3756ae598e647cd00dfd14e88431b44838d4.zip
=func, not =function
-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.