File: META.yml

package info (click to toggle)
libjson-webtoken-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 228 kB
  • ctags: 36
  • sloc: perl: 336; makefile: 15
file content (62 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
abstract: 'JSON Web Token (JWT) implementation'
author:
  - 'xaicron <xaicron@cpan.org>'
build_requires:
  Test::Mock::Guard: '0.07'
  Test::More: '0.98'
  Test::Requires: '0.06'
configure_requires:
  Module::Build: '0.38'
dynamic_config: 0
generated_by: 'Minilla/v2.3.0, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: JSON-WebToken
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  JSON::WebToken:
    file: lib/JSON/WebToken.pm
    version: '0.10'
  JSON::WebToken::Constants:
    file: lib/JSON/WebToken/Constants.pm
  JSON::WebToken::Crypt:
    file: lib/JSON/WebToken/Crypt.pm
  JSON::WebToken::Crypt::HMAC:
    file: lib/JSON/WebToken/Crypt/HMAC.pm
  JSON::WebToken::Crypt::RSA:
    file: lib/JSON/WebToken/Crypt/RSA.pm
  JSON::WebToken::Exception:
    file: lib/JSON/WebToken/Exception.pm
requires:
  Carp: '0'
  Digest::SHA: '0'
  Exporter: '0'
  JSON: '0'
  MIME::Base64: '0'
  Module::Runtime: '0'
  parent: '0'
  perl: '5.008001'
resources:
  bugtracker: https://github.com/xaicron/p5-JSON-WebToken/issues
  homepage: https://github.com/xaicron/p5-JSON-WebToken
  repository: git://github.com/xaicron/p5-JSON-WebToken.git
version: '0.10'
x_authority: cpan:XAICRON
x_contributors:
  - 'Masaki Sawamura <sawamura.masaki@dena.jp>'
  - 'Ryo <ritou.06@gmail.com>'
  - 'yokoe.naosuke <yokoe.naosuke@dena.jp>'
  - 'maedama <maedama85@gmail.com>'
  - 'xaicron <xaicron@gmail.com>'