summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-04 14:27:50 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-04 14:27:50 -0400
commit09b5e8353125440e8f26495e192301d15b30b125 (patch)
treefa40b0a6ece58b396eec944b5daa594f8f1d0e39
parentc212702d2eadc4d4062fedfa101c4c011f515a9d (diff)
downloadcarp-reply-09b5e8353125440e8f26495e192301d15b30b125.tar.gz
carp-reply-09b5e8353125440e8f26495e192301d15b30b125.zip
bump reply dep
-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 c8d29c2..f8ac439 100644
--- a/lib/Carp/Reply.pm
+++ b/lib/Carp/Reply.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
# ABSTRACT: get a repl on exceptions in your program
-use Reply 0.18;
+use Reply 0.24;
use Reply::Config;
=head1 SYNOPSIS