From f43c3cfea54b01656de6ab6617ef246d5f6241a0 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 14 Feb 2018 21:06:57 -0700 Subject: [PATCH] need Getopt::Long 2.38 for GetOptionsFromArray Thanks cpantesters! --- lib/App/GroupSecret.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/GroupSecret.pm b/lib/App/GroupSecret.pm index ce85e9d..01f8e61 100644 --- a/lib/App/GroupSecret.pm +++ b/lib/App/GroupSecret.pm @@ -16,7 +16,7 @@ our $VERSION = '9999.999'; # VERSION use App::GroupSecret::Crypt qw(generate_secure_random_bytes read_openssh_key_fingerprint); use App::GroupSecret::File; -use Getopt::Long qw(GetOptionsFromArray); +use Getopt::Long 2.38 qw(GetOptionsFromArray); use MIME::Base64; use Pod::Usage; use namespace::clean; -- 2.43.0