summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-26 17:24:12 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-26 17:24:12 -0400
commitcf818d27d2898f7a2d496513ef9d6c028b948e5c (patch)
tree9c3a02671cb92899e73079e2c68b6c8ccb7d0c6a
parente4ea2343c59b8fc3066db3c397d1f0321b69cf1b (diff)
downloadreply-cf818d27d2898f7a2d496513ef9d6c028b948e5c.tar.gz
reply-cf818d27d2898f7a2d496513ef9d6c028b948e5c.zip
bump the Getopt::Long dep
-rw-r--r--lib/Reply/App.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/App.pm b/lib/Reply/App.pm
index 54a187c..35b7243 100644
--- a/lib/Reply/App.pm
+++ b/lib/Reply/App.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
# ABSTRACT: command line app runner for Reply
-use Getopt::Long 'GetOptionsFromArray';
+use Getopt::Long 2.36 'GetOptionsFromArray';
use Reply;
use Reply::Config;