summaryrefslogtreecommitdiff
path: root/META.yml
blob: 2bd91651cfda54d3e0c9f94625b0758893aa4a60 (plain)
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
---
abstract: 'Fast, compact, powerful binary (de-)serialization'
author:
  - 'Steffen Mueller <smueller@cpan.org>, Yves Orton <yves@cpan.org>'
build_requires:
  Data::Dumper: '0'
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  Scalar::Util: '0'
  Sereal::Decoder: '5.003'
  Sereal::Encoder: '5.003'
  Test::Deep: '0'
  Test::Differences: '0'
  Test::LongString: '0'
  Test::More: '0.88'
  Test::Warn: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.62, 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: Sereal
no_index:
  directory:
    - t
    - inc
requires:
  Sereal::Decoder: '5.003'
  Sereal::Encoder: '5.003'
  perl: '5.008'
resources:
  bugtracker: https://github.com/Sereal/Sereal/issues
  repository: git://github.com/Sereal/Sereal.git
version: '5.003'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'