File: META.yml

package info (click to toggle)
libtest-sharedobject-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 64; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,002 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: 'Data sharing in multi process.'
author:
  - 'karupanerura <karupa@cpan.org>'
build_requires:
  Test::More: '0.98'
  Test::SharedFork: '0'
configure_requires:
  Module::Build::Tiny: '0.035'
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: Test-SharedObject
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Test::SharedObject:
    file: lib/Test/SharedObject.pm
    version: '0.01'
  Test::SharedObject::Lock:
    file: lib/Test/SharedObject/Lock.pm
requires:
  File::Temp: '0'
  parent: '0'
  perl: '5.008001'
resources:
  bugtracker: https://github.com/karupanerura/Test-SharedObject/issues
  homepage: https://github.com/karupanerura/Test-SharedObject
  repository: git://github.com/karupanerura/Test-SharedObject.git
version: '0.01'
x_authority: cpan:KARUPA