X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgroupsecret;a=blobdiff_plain;f=lib%2FApp%2FGroupSecret.pm;fp=lib%2FApp%2FGroupSecret.pm;h=01f8e6130617915f805f393f7173bda5192c84e3;hp=ce85e9db419432d9576e6be1d48b042c31deebda;hb=f43c3cfea54b01656de6ab6617ef246d5f6241a0;hpb=498bd857db0ba222a30ea9b4bf500f2dff1b1614 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;