From e3f1c486080489ea2238b72a9d6df658ae50a092 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 8 Jun 2013 14:59:42 -0500 Subject: this method was renamed --- 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 5d8a6aa..71a62d9 100644 --- a/lib/Carp/Reply.pm +++ b/lib/Carp/Reply.pm @@ -17,7 +17,7 @@ sub repl { config => Reply::Config->new, plugins => ['CarpReply'] ); - $repl->run_one('#bt'); + $repl->step('#bt'); $repl->run; } -- cgit v1.2.3