File: META.yml

package info (click to toggle)
libcps-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 989; makefile: 2
file content (42 lines) | stat: -r--r--r-- 1,023 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
---
abstract: 'manage flow of control in Continuation-Passing Style'
author:
  - 'Paul Evans <leonerd@leonerd.org.uk>'
build_requires:
  Test::Fatal: '0'
  Test::Identity: '0'
  Test::More: '0'
  Test::Refcount: '0'
configure_requires:
  Module::Build: '0.4004'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, 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: CPS
provides:
  CPS:
    file: lib/CPS.pm
    version: '0.19'
  CPS::Functional:
    file: lib/CPS/Functional.pm
    version: '0.19'
  CPS::Governor:
    file: lib/CPS/Governor.pm
    version: '0.19'
  CPS::Governor::Deferred:
    file: lib/CPS/Governor/Deferred.pm
    version: '0.19'
  CPS::Governor::Simple:
    file: lib/CPS/Governor/Simple.pm
    version: '0.19'
recommends:
  Sub::Name: '0'
requires:
  Future: '0'
resources:
  license: http://dev.perl.org/licenses/
version: '0.19'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'