summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-08 14:59:42 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-08 14:59:42 -0500
commite3f1c486080489ea2238b72a9d6df658ae50a092 (patch)
tree17a9fc2a122ffe9ebc6e3a386ac5e531e4ce10d0
parentc0c56062eef5ffb6405551db19e758e7765b40f3 (diff)
downloadcarp-reply-e3f1c486080489ea2238b72a9d6df658ae50a092.tar.gz
carp-reply-e3f1c486080489ea2238b72a9d6df658ae50a092.zip
this method was renamed
-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 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;
}