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
|
---
abstract: 'testing UNIX domain socket program'
author:
- 'Fujiwara Shunichiro <fujiwara.shunichiro@gmail.com>'
build_requires: {}
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.4, 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: Test-UNIXSock
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
Test::UNIXSock:
file: lib/Test/UNIXSock.pm
version: '0.4'
requires:
File::Temp: '0'
IO::Socket::UNIX: '0'
Net::EmptyPort: '0'
Test::More: '0.98'
Test::SharedFork: '0.29'
Time::HiRes: '0'
perl: '5.008001'
resources:
bugtracker: https://github.com/fujiwara/Test-UNIXSock/issues
homepage: https://github.com/fujiwara/Test-UNIXSock
repository: git://github.com/fujiwara/Test-UNIXSock.git
version: '0.4'
x_contributors:
- 'Christopher Hoskin <christopher.hoskin@gmail.com>'
- 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
|