X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FApp%2FGroupSecret.pm;h=5e4988d6ddd4d8b9f650bf327db8dd0d9e5d09f0;hb=refs%2Fheads%2Fdist;hp=37c9cc54e24b031bcea523d2d148a8e819e59f9b;hpb=d7e20169b92b5c124d803a8cebc53c9c6148e3ff;p=chaz%2Fgroupsecret diff --git a/lib/App/GroupSecret.pm b/lib/App/GroupSecret.pm index 37c9cc5..5e4988d 100644 --- a/lib/App/GroupSecret.pm +++ b/lib/App/GroupSecret.pm @@ -5,11 +5,11 @@ package App::GroupSecret; use warnings; use strict; -our $VERSION = '0.303'; # VERSION +our $VERSION = '0.304'; # 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; @@ -268,7 +268,7 @@ App::GroupSecret - A simple tool for maintaining a shared group secret =head1 VERSION -version 0.303 +version 0.304 =head1 DESCRIPTION