Revision history for groupsecret.
+0.304 2018-02-14 21:11:33-07:00 MST7MDT
+
+ * Now explicitly required Getopt::Long 2.38. Thanks cpantesters!
+
0.303 2018-02-14 09:28:23-07:00 MST7MDT
* Improve error messages.
"File::Basename" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
- "Getopt::Long" : "0",
+ "Getopt::Long" : "2.38",
"IPC::Open2" : "0",
"IPC::Open3" : "0",
"MIME::Base64" : "0",
"provides" : {
"App::GroupSecret" : {
"file" : "lib/App/GroupSecret.pm",
- "version" : "0.303"
+ "version" : "0.304"
},
"App::GroupSecret::Crypt" : {
"file" : "lib/App/GroupSecret/Crypt.pm",
- "version" : "0.303"
+ "version" : "0.304"
},
"App::GroupSecret::File" : {
"file" : "lib/App/GroupSecret/File.pm",
- "version" : "0.303"
+ "version" : "0.304"
}
},
"release_status" : "stable",
"web" : "https://github.com/chazmcgarvey/groupsecret"
}
},
- "version" : "0.303",
+ "version" : "0.304",
"x_authority" : "cpan:CCM",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
}
provides:
App::GroupSecret:
file: lib/App/GroupSecret.pm
- version: '0.303'
+ version: '0.304'
App::GroupSecret::Crypt:
file: lib/App/GroupSecret/Crypt.pm
- version: '0.303'
+ version: '0.304'
App::GroupSecret::File:
file: lib/App/GroupSecret/File.pm
- version: '0.303'
+ version: '0.304'
requires:
Carp: '0'
Exporter: '0'
File::Basename: '0'
File::Spec: '0'
File::Temp: '0'
- Getopt::Long: '0'
+ Getopt::Long: '2.38'
IPC::Open2: '0'
IPC::Open3: '0'
MIME::Base64: '0'
bugtracker: https://github.com/chazmcgarvey/groupsecret/issues
homepage: https://github.com/chazmcgarvey/groupsecret
repository: https://github.com/chazmcgarvey/groupsecret.git
-version: '0.303'
+version: '0.304'
x_authority: cpan:CCM
x_serialization_backend: 'YAML::Tiny version 1.70'
"File::Basename" => 0,
"File::Spec" => 0,
"File::Temp" => 0,
- "Getopt::Long" => 0,
+ "Getopt::Long" => "2.38",
"IPC::Open2" => 0,
"IPC::Open3" => 0,
"MIME::Base64" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
- "VERSION" => "0.303",
+ "VERSION" => "0.304",
"test" => {
"TESTS" => "t/*.t"
}
"File::Spec" => 0,
"File::Temp" => 0,
"FindBin" => 0,
- "Getopt::Long" => 0,
+ "Getopt::Long" => "2.38",
"IO::Handle" => 0,
"IPC::Open2" => 0,
"IPC::Open3" => 0,
VERSION
- version 0.303
+ version 0.304
SYNOPSIS
use warnings FATAL => 'all';
use strict;
-our $VERSION = '0.303'; # VERSION
+our $VERSION = '0.304'; # VERSION
use App::GroupSecret;
=head1 VERSION
-version 0.303
+version 0.304
=head1 SYNOPSIS
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;
=head1 VERSION
-version 0.303
+version 0.304
=head1 DESCRIPTION
use warnings;
use strict;
-our $VERSION = '0.303'; # VERSION
+our $VERSION = '0.304'; # VERSION
use Exporter qw(import);
use File::Temp;
=head1 VERSION
-version 0.303
+version 0.304
=head1 FUNCTIONS
use warnings;
use strict;
-our $VERSION = '0.303'; # VERSION
+our $VERSION = '0.304'; # VERSION
use App::GroupSecret::Crypt qw(
generate_secure_random_bytes
=head1 VERSION
-version 0.303
+version 0.304
=head1 SYNOPSIS
'File::Basename' => '0',
'File::Spec' => '0',
'File::Temp' => '0',
- 'Getopt::Long' => '0',
+ 'Getopt::Long' => '2.38',
'IPC::Open2' => '0',
'IPC::Open3' => '0',
'MIME::Base64' => '0',