]> Dogcows Code - chaz/groupsecret/blobdiff - lib/App/GroupSecret.pm
need Getopt::Long 2.38 for GetOptionsFromArray
[chaz/groupsecret] / lib / App / GroupSecret.pm
index ce85e9db419432d9576e6be1d48b042c31deebda..01f8e6130617915f805f393f7173bda5192c84e3 100644 (file)
@@ -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;
This page took 0.019314 seconds and 4 git commands to generate.