From: Charles McGarvey Date: Thu, 15 Feb 2018 04:06:57 +0000 (-0700) Subject: need Getopt::Long 2.38 for GetOptionsFromArray X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgroupsecret;a=commitdiff_plain;h=f43c3cfea54b01656de6ab6617ef246d5f6241a0 need Getopt::Long 2.38 for GetOptionsFromArray Thanks cpantesters! --- 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;