v3.25 release
[perl/plp/.git] / META.yml
1 --- #YAML:1.0
2 name: PLP
3 abstract: Perl in HTML pages
4 version: 3.25
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.25
36     PLP::Functions:
37         file: lib/PLP/Functions.pm
38         version: 1.01
39     PLP::Backend::Apache:
40         file: lib/PLP/Backend/Apache.pm
41         version: 1.01
42     PLP::Backend::CGI:
43         file: lib/PLP/Backend/CGI.pm
44         version: 1.02
45     PLP::Backend::FastCGI:
46         file: lib/PLP/Backend/FastCGI.pm
47         version: 1.01
48     PLP::Fields:
49         file: lib/PLP/Fields.pm
50         version: 1.00
51     PLP::Tie::Delay:
52         file: lib/PLP/Tie/Delay.pm
53         version: 1.01
54     PLP::Tie::Headers:
55         file: lib/PLP/Tie/Headers.pm
56         version: 1.01
57     PLP::Tie::Print:
58         file: lib/PLP/Tie/Print.pm
59         version: 1.00
60     Test::PLP:
61         file: lib/Test/PLP.pm
62         version: 1.00
63 generated_by: Mischa POSLAWSKY <perl@shiar.org>
64 meta-spec:
65     version: 1.4
66     url: http://module-build.sourceforge.net/META-spec-v1.4.html