File: META.yml

package info (click to toggle)
libparallel-forkmanager-perl 2.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: perl: 479; xml: 297; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,619 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
abstract: 'A simple parallel processing fork manager'
author:
  - 'dLux (Szabó, Balázs) <dlux@dlux.hu>'
  - 'Yanick Champoux <yanick@cpan.org>'
  - 'Gabor Szabo <gabor@szabgab.com>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0.94'
  Test::Warn: '0'
  perl: '5.006'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.033, 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: Parallel-ForkManager
provides:
  Parallel::ForkManager:
    file: lib/Parallel/ForkManager.pm
    version: '2.04'
  Parallel::ForkManager::Child:
    file: lib/Parallel/ForkManager/Child.pm
    version: '2.04'
requires:
  Carp: '0'
  File::Path: '0'
  File::Spec: '0'
  File::Temp: '0'
  Moo: '1.001000'
  Moo::Role: '0'
  POSIX: '0'
  Storable: '0'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/dluxhu/perl-parallel-forkmanager/issues
  homepage: https://github.com/dluxhu/perl-parallel-forkmanager
  repository: https://github.com/dluxhu/perl-parallel-forkmanager.git
version: '2.04'
x_authority: cpan:DLUX
x_contributor_covenant:
  version: 0.02
x_contributors:
  - 'Ferenc Erki <erkiferenc@gmail.com>'
  - 'Ninebit <kevin@9b.io>'
  - 'Ricardo Signes <rjbs@cpan.org>'
  - 'Shlomi Fish <shlomif@shlomifish.org>'
  - 'Yanick Champoux <yanick@babyl.ca>'
x_generated_by_perl: v5.38.0
x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'