9a367a8c9bd4a2ca4b6eaccb59a3418d33f0031a
[perl/plp/.git] / META.yml
1 --- #YAML:1.0
2 name: PLP
3 abstract: Perl in HTML pages
4 version: 3.21
5 version_from: PLP.pm
6 author:
7     - Mischa POSLAWSKY <perl@shiar.org>
8 license: mit
9 resources:
10     homepage: http://plp.shiar.net/
11     repository: git://git.shiar.net/plp
12 requires:
13     perl: 5.6.0
14 recommends:
15     CGI::Cookie: 0
16 optional_features:
17     - mod_perl:
18         description: mod_perl backend for Apache
19         requires:
20             Apache::Constants: 0
21     - mod_perl-two:
22         description: mod_perl2 backend for Apache
23         requires:
24             Apache2::Const: 0
25             Apache2::RequestRec: 0
26             Apache2::RequestUtil: 0
27             Apache2::RequestIO: 0
28     - fastcgi:
29         description: FastCGI backend
30         requires:
31             FCGI: 0.61
32 provides:
33     PLP:
34         file: lib/PLP.pm
35         version: 3.21
36     PLP::Script:
37         file: lib/PLP.pm
38     PLP::Functions:
39         file: lib/PLP/Functions.pm
40         version: 1.00
41     PLP::Backend::Apache:
42         file: lib/PLP/Backend/Apache.pm
43         version: 1.00
44     PLP::Backend::CGI:
45         file: lib/PLP/Backend/CGI.pm
46         version: 1.02
47     PLP::Backend::FastCGI:
48         file: lib/PLP/Backend/FastCGI.pm
49         version: 1.01
50     PLP::Fields:
51         file: lib/PLP/Fields.pm
52         version: 1.00
53     PLP::Tie::Delay:
54         file: lib/PLP/Tie/Delay.pm
55         version: 1.00
56     PLP::Tie::Headers:
57         file: lib/PLP/Tie/Headers.pm
58         version: 1.01
59     PLP::Tie::Print:
60         file: lib/PLP/Tie/Print.pm
61         version: 1.00
62 generated_by: Mischa POSLAWSKY <perl@shiar.org>
63 meta-spec:
64     version: 1.3
65     url: http://module-build.sourceforge.net/META-spec-v1.3.html