]> Dogcows Code - chaz/groupsecret/blob - META.yml
Version 0.304
[chaz/groupsecret] / META.yml
1 ---
2 abstract: 'A simple tool for maintaining a shared group secret'
3 author:
4 - 'Charles McGarvey <chazmcgarvey@brokenzipper.com>'
5 build_requires:
6 ExtUtils::MakeMaker: '0'
7 File::Spec: '0'
8 FindBin: '0'
9 IO::Handle: '0'
10 IPC::Open3: '0'
11 Test::More: '0'
12 perl: '5.006'
13 configure_requires:
14 ExtUtils::MakeMaker: '0'
15 dynamic_config: 0
16 generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010'
17 license: mit
18 meta-spec:
19 url: http://module-build.sourceforge.net/META-spec-v1.4.html
20 version: '1.4'
21 name: App-GroupSecret
22 no_index:
23 directory:
24 - eg
25 - share
26 - shares
27 - t
28 - xt
29 provides:
30 App::GroupSecret:
31 file: lib/App/GroupSecret.pm
32 version: '0.304'
33 App::GroupSecret::Crypt:
34 file: lib/App/GroupSecret/Crypt.pm
35 version: '0.304'
36 App::GroupSecret::File:
37 file: lib/App/GroupSecret/File.pm
38 version: '0.304'
39 requires:
40 Carp: '0'
41 Exporter: '0'
42 File::Basename: '0'
43 File::Spec: '0'
44 File::Temp: '0'
45 Getopt::Long: '2.38'
46 IPC::Open2: '0'
47 IPC::Open3: '0'
48 MIME::Base64: '0'
49 Pod::Usage: '0'
50 Symbol: '0'
51 YAML::Tiny: '0'
52 namespace::clean: '0'
53 strict: '0'
54 warnings: '0'
55 resources:
56 bugtracker: https://github.com/chazmcgarvey/groupsecret/issues
57 homepage: https://github.com/chazmcgarvey/groupsecret
58 repository: https://github.com/chazmcgarvey/groupsecret.git
59 version: '0.304'
60 x_authority: cpan:CCM
61 x_serialization_backend: 'YAML::Tiny version 1.70'
This page took 0.03467 seconds and 4 git commands to generate.