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 fake HTTP server'
author:
- 'NAKAGAWA Masaki <masaki@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '6.59'
LWP::UserAgent: '0'
Test::Exception: '0'
Test::More: '0.98'
Test::TCP: '0'
Test::UseAllModules: '0'
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.10, 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-Fake-HTTPD
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
Test::Fake::HTTPD:
file: lib/Test/Fake/HTTPD.pm
version: '0.09'
requires:
Carp: '0'
Exporter: '0'
HTTP::Daemon: '0'
HTTP::Message::PSGI: '0'
Scalar::Util: '1.14'
Test::SharedFork: '0.29'
Test::TCP: '0'
Time::HiRes: '0'
URI: '0'
perl: '5.008001'
resources:
bugtracker: https://github.com/masaki/Test-Fake-HTTPD/issues
homepage: https://github.com/masaki/Test-Fake-HTTPD
repository: git://github.com/masaki/Test-Fake-HTTPD.git
version: '0.09'
x_authority: cpan:MASAKI
x_contributors:
- 'Olivier Mengué <dolmen@cpan.org>'
- 'Petr Písař <ppisar@redhat.com>'
- 'Richard Hansen <rhansen@rhansen.org>'
- 'ikasam_a <masaki.nakagawa@gmail.com>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
|