1---
2abstract: 'Salted Challenge Response Authentication Mechanism (RFC 5802)'
3author:
4  - 'David Golden <dagolden@cpan.org>'
5build_requires:
6  Exporter: '0'
7  ExtUtils::MakeMaker: '0'
8  File::Spec: '0'
9  Test::FailWarnings: '0'
10  Test::Fatal: '0'
11  Test::More: '0.96'
12  base: '0'
13  lib: '0'
14  perl: '5.008001'
15configure_requires:
16  ExtUtils::MakeMaker: '6.17'
17  perl: '5.008'
18dynamic_config: 0
19generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
20license: apache
21meta-spec:
22  url: http://module-build.sourceforge.net/META-spec-v1.4.html
23  version: '1.4'
24name: Authen-SCRAM
25no_index:
26  directory:
27    - corpus
28    - examples
29    - t
30    - xt
31  package:
32    - DB
33provides:
34  Authen::SCRAM:
35    file: lib/Authen/SCRAM.pm
36    version: '0.011'
37  Authen::SCRAM::Client:
38    file: lib/Authen/SCRAM/Client.pm
39    version: '0.011'
40  Authen::SCRAM::Role::Common:
41    file: lib/Authen/SCRAM/Role/Common.pm
42    version: '0.011'
43  Authen::SCRAM::Server:
44    file: lib/Authen/SCRAM/Server.pm
45    version: '0.011'
46requires:
47  Authen::SASL::SASLprep: '1.100'
48  Carp: '0'
49  Crypt::URandom: '0'
50  Encode: '0'
51  MIME::Base64: '0'
52  Moo: '1.001000'
53  Moo::Role: '1.001000'
54  PBKDF2::Tiny: '0.003'
55  Try::Tiny: '0'
56  Types::Standard: '0'
57  namespace::clean: '0'
58  perl: '5.008001'
59  strict: '0'
60  warnings: '0'
61resources:
62  bugtracker: https://github.com/dagolden/Authen-SCRAM/issues
63  homepage: https://github.com/dagolden/Authen-SCRAM
64  repository: https://github.com/dagolden/Authen-SCRAM.git
65version: '0.011'
66x_authority: cpan:DAGOLDEN
67x_contributors:
68  - 'David Golden <xdg@xdg.me>'
69x_generated_by_perl: v5.26.1
70x_serialization_backend: 'YAML::Tiny version 1.70'
71