summaryrefslogtreecommitdiffstats
path: root/lib/Carp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-27 20:53:44 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-27 20:54:09 -0400
commit14155824715169efd9bf78b6b94fc9a6409fc254 (patch)
tree34d887b68f99ac0510ec2c579100bfe86067158f /lib/Carp
parent3f8389be9cce2b2da8cd2759dd798edf670ca5b9 (diff)
downloadcarp-reply-14155824715169efd9bf78b6b94fc9a6409fc254.tar.gz
carp-reply-14155824715169efd9bf78b6b94fc9a6409fc254.zip
update to work with new reply
Diffstat (limited to 'lib/Carp')
-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 b791cd4..c8d29c2 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.13;
+use Reply 0.18;
use Reply::Config;
=head1 SYNOPSIS