fix META.yml syntax
[perl/plp/.git] / META.yml
1 --- #YAML:1.0
2 name: PLP
3 abstract: Perl in HTML pages
4 version: 3.20
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 generated_by: Mischa POSLAWSKY <perl@shiar.org>
33 meta-spec:
34     version: 1.3
35     url: http://module-build.sourceforge.net/META-spec-v1.3.html