File: META.yml

package info (click to toggle)
libauthen-sasl-scram-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 118; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
abstract: 'SCRAM-SHA-1/256/512 support for Authen::SASL'
author:
  - 'Erik Huelsmann <ehuels@gmail.com>'
build_requires:
  Test2::V0: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Authen-SASL-SCRAM
provides:
  Authen::SASL::Perl::SCRAM_SHA_1:
    file: lib/Authen/SASL/Perl/SCRAM_SHA_1.pm
    version: '0.04'
  Authen::SASL::Perl::SCRAM_SHA_256:
    file: lib/Authen/SASL/Perl/SCRAM_SHA_256.pm
    version: '0.04'
  Authen::SASL::Perl::SCRAM_SHA_512:
    file: lib/Authen/SASL/Perl/SCRAM_SHA_512.pm
    version: '0.04'
  Authen::SASL::SCRAM:
    file: lib/Authen/SASL/SCRAM.pm
    version: '0.04'
requires:
  Authen::SASL: '2.16'
  Authen::SCRAM: '0.011'
  Feature::Compat::Try: '0.04'
  perl: v5.14.0
resources:
  bugtracker: https://github.com/ehuelsmann/authen-sasl-scram/issues
  homepage: https://github.com/ehuelsmann/authen-sasl-scram
  repository: https://github.com/ehuelsmann/authen-sasl-scram.git
version: '0.04'
x_generated_by_perl: v5.34.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'