File: META.yml

package info (click to toggle)
libjson-pointer-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 578; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,510 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
---
abstract: 'A Perl implementation of JSON Pointer (RFC6901)'
author:
  - 'Toru Yamaguchi <zigorou at cpan.org>'
build_requires:
  Test::Exception: '0.31'
  Test::More: '0.98'
configure_requires:
  CPAN::Meta: '0'
  CPAN::Meta::Prereqs: '0'
  Module::Build: '0.38'
dynamic_config: 0
generated_by: 'Minilla/v1.0.0, CPAN::Meta::Converter version 2.141520'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: JSON-Pointer
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  JSON::Pointer:
    file: lib/JSON/Pointer.pm
    version: '0.07'
  JSON::Pointer::Context:
    file: lib/JSON/Pointer/Context.pm
    version: '0.07'
  JSON::Pointer::Exception:
    file: lib/JSON/Pointer/Exception.pm
    version: '0.07'
  JSON::Pointer::Syntax:
    file: lib/JSON/Pointer/Syntax.pm
    version: '0.07'
requires:
  B: '0'
  Carp: '1.20'
  Class::Accessor::Lite: '0.05'
  Clone: '0.36'
  Exporter: '0'
  JSON: '2.53'
  URI::Escape: '3.31'
  perl: '5.008001'
resources:
  bugtracker: https://github.com/zigorou/perl-json-pointer/issues
  homepage: https://github.com/zigorou/perl-json-pointer
  repository: git://github.com/zigorou/perl-json-pointer.git
version: '0.07'
x_contributors:
  - 'aoneko <aoneko.ether@gmail.com>'
  - 'Kensaku Araga <ken39arg@gmail.com>'
  - 'Ichito Nagata <i.nagata110@gmail.com>'
  - 'Hiroyoshi Houchi <git@hixi-hyi.com>'
  - 'Toru Yamaguchi <zigorou@cpan.org>'