-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.yml
99 lines (99 loc) · 2.38 KB
/
META.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
abstract: 'Minimalistic REST server'
author:
- 'Nathan Cutler <[email protected]>'
build_requires:
App::CELL: '0.209'
Cwd: '0'
Encode: '0'
File::Basename: '0'
File::ShareDir: '0'
File::Spec: '0'
HTTP::Request: '0'
HTTP::Request::Common: '0'
JSON: '0'
LWP::Protocol::https: '6.04'
LWP::UserAgent: '6.05'
Module::Runtime: '0'
Params::Validate: '0'
Path::Router: '0.12'
Plack: '1.0031'
Plack::Test: '0'
Pod::Simple::HTML: '0'
Pod::Simple::Text: '0'
Test::Deep: '0'
Test::Fatal: '0'
Test::JSON: '0'
Test::More: '0'
Test::Warnings: '0'
Try::Tiny: '0'
URI::Escape: '0'
Web::Machine: '0.15'
configure_requires:
Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: bsd
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Web-MREST
no_index:
directory:
- config
provides:
Web::MREST:
file: lib/Web/MREST.pm
version: '0.290'
Web::MREST::Dispatch:
file: lib/Web/MREST/Dispatch.pm
Web::MREST::Entity:
file: lib/Web/MREST/Entity.pm
Web::MREST::InitRouter:
file: lib/Web/MREST/InitRouter.pm
Web::MREST::Resource:
file: lib/Web/MREST/Resource.pm
Web::MREST::Test:
file: lib/Web/MREST/Test.pm
Web::MREST::Test::503:
file: lib/Web/MREST/Test/503.pm
Web::MREST::Test::Forbidden:
file: lib/Web/MREST/Test/Forbidden.pm
Web::MREST::Test::Unauthorized:
file: lib/Web/MREST/Test/Unauthorized.pm
Web::MREST::Util:
file: lib/Web/MREST/Util.pm
Web::MREST::WebServicesIntro:
file: lib/Web/MREST/WebServicesIntro.pm
requires:
App::CELL: '0.209'
Encode: '0'
File::ShareDir: '1.00'
File::Spec: '0'
Getopt::Long: '2.32'
HTTP::Request: '0'
HTTP::Request::Common: '0'
JSON: '0'
LWP::Protocol::https: '6.04'
LWP::UserAgent: '6.05'
Module::Runtime: '0'
Params::Validate: '1.06'
Path::Router: '0.12'
Plack::Middleware::LogErrors: '0'
Plack::Middleware::Session: '0'
Plack::Middleware::StackTrace: '0'
Plack::Runner: '0'
Pod::Simple::HTML: '0'
Pod::Simple::Text: '0'
Pod::Usage: '0'
Term::ReadLine: '0'
Test::Deep::NoTest: '0'
Try::Tiny: '0'
URI::Escape: '0'
Web::MREST::CLI: '0.276'
Web::Machine: '0.15'
perl: '5.012'
resources:
license: http://opensource.org/licenses/bsd-license.php
version: '0.290'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'