From ae3c3756ae598e647cd00dfd14e88431b44838d4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 Jun 2013 21:39:40 -0500 Subject: =func, not =function --- lib/Carp/Reply.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf