File: META.yml

package info (click to toggle)
libproc-guard-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 81; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,072 bytes parent folder | download | duplicates (3)
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
---
abstract: 'process runner with RAII pattern'
author:
  - 'Tokuhiro Matsuno <tokuhirom AAJKLFJEF GMAIL COM>'
build_requires:
  ExtUtils::MakeMaker: '6.59'
  Test::More: '0'
  Test::Requires: '0'
configure_requires:
  Module::Build: '0.38'
dynamic_config: 0
generated_by: 'Minilla/v2.2.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: Proc-Guard
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Proc::Guard:
    file: lib/Proc/Guard.pm
    version: '0.07'
requires:
  Class::Accessor::Lite: '0.05'
  Exporter: '5.63'
  Test::More: '0.94'
  perl: '5.008001'
resources:
  bugtracker: https://github.com/tokuhirom/Proc-Guard/issues
  homepage: https://github.com/tokuhirom/Proc-Guard
  repository: git://github.com/tokuhirom/Proc-Guard.git
version: '0.07'
x_contributors:
  - 'Neil Bowers <neil@bowers.com>'
  - 'David Golden <dagolden@cpan.org>'
  - 'Tokuhiro Matsuno <tokuhirom@gmail.com>'