From cf818d27d2898f7a2d496513ef9d6c028b948e5c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 26 Jun 2013 17:24:12 -0400 Subject: bump the Getopt::Long dep --- lib/Reply/App.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf