summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 11:47:59 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 11:47:59 -0400
commitbbba60aef5af379b755fc1086529e54ffbb40af0 (patch)
tree2441aab5b4bc1a57a65d438832fafccb305d4f5f
parenta8592141f94455ece06dff5fab413ea7f409e554 (diff)
downloadcarp-reply-bbba60aef5af379b755fc1086529e54ffbb40af0.tar.gz
carp-reply-bbba60aef5af379b755fc1086529e54ffbb40af0.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 50c2fc4..23ec7b0 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.24;
+use Reply 0.27;
use Reply::Config;
=head1 SYNOPSIS