File: MANIFEST

package info (click to toggle)
libmojolicious-plugin-openapi-perl 5.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: perl: 1,324; makefile: 4
file content (79 lines) | stat: -rw-r--r-- 2,112 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
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
Changes
lib/Mojolicious/Plugin/OpenAPI.pm
lib/Mojolicious/Plugin/OpenAPI/Cors.pm
lib/Mojolicious/Plugin/OpenAPI/Guides/OpenAPIv2.pod
lib/Mojolicious/Plugin/OpenAPI/Guides/OpenAPIv3.pod
lib/Mojolicious/Plugin/OpenAPI/Guides/Swagger2.pod
lib/Mojolicious/Plugin/OpenAPI/Parameters.pm
lib/Mojolicious/Plugin/OpenAPI/Security.pm
lib/Mojolicious/Plugin/OpenAPI/SpecRenderer.pm
Makefile.PL
MANIFEST			This list of files
t/00-project.t
t/basic-404-501.t
t/basic-autorender.t
t/basic-bundle.t
t/basic-coerce.t
t/basic-correct-order-of-paths.t
t/basic-custom-formats.t
t/basic-custom-renderer.t
t/basic-custom-validation.t
t/basic-empty-response.t
t/basic-invalid-json-input.t
t/basic-legacy-swagger2.t
t/basic-mojo-placeholder.t
t/basic-mojo-route-names.t
t/basic-path-parameters.t
t/basic-register-plugin.t
t/basic-under-route-authenticate.t
t/data/image.jpeg
t/jv-recursion.t
t/plugin-cors.t
t/plugin-security-extended-status.t
t/plugin-security-rules-not-defined.t
t/plugin-security-v2.t
t/plugin-security-v3.t
t/plugin-spec-renderer-doc.t
t/plugin-spec-renderer-options.t
t/plugin-spec-renderer-standalone.t
t/plugin-spec-renderer-v3.t
t/spec/bundlecheck.json
t/spec/swagger/parameters/body.yaml
t/spec/swagger/paths/ref.yaml
t/spec/swagger/responses/ok.yaml
t/spec/swagger/swagger.yaml
t/spec/v2-petstore.json
t/spec/v3-invalid_file_refs.yaml
t/spec/v3-invalid_file_refs_no_path.yaml
t/spec/v3-invalid_include.yaml
t/spec/v3-petstore.json
t/spec/v3-valid_file_refs.yaml
t/spec/v3-valid_include.yaml
t/v2-basic.t
t/v2-body.t
t/v2-collectionformat.t
t/v2-defaults.t
t/v2-discriminator.t
t/v2-file.t
t/v2-formats.t
t/v2-headers.t
t/v2-id-prop.t
t/v2-readonly.t
t/v2-swagger.t
t/v2-tutorial.t
t/v2-validate-schema.t
t/v3-basic.t
t/v3-body.t
t/v3-bundle.t
t/v3-defaults.t
t/v3-file.t
t/v3-invalid_file_refs.t
t/v3-invalid_file_refs_no_path.t
t/v3-nullable.t
t/v3-style-array.t
t/v3-style-object.t
t/v3-tutorial.t
t/v3-valid_file_refs.t
t/v3-writeonly.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)