X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/da455137a47490d44e10258c1b875c63e0b34b2d..aaf82199178b7ad9117942bafcb45fadc24e1dab:/META.yml diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..b6a10c5 --- /dev/null +++ b/META.yml @@ -0,0 +1,35 @@ +--- #YAML:1.0 +name: PLP +abstract: Perl in HTML pages +version: 3.20 +version_from: PLP.pm +author: + - Mischa POSLAWSKY +license: mit +resources: + homepage: http://plp.shiar.net/ + Repository: git://git.shiar.net/plp +requires: + - perl: 5.6.0 +recommends: + - CGI::Cookie: 0 +optional_features: + - mod_perl: + description: mod_perl backend for Apache + requires: + Apache::Constants: 0 + - mod_perl2: + description: mod_perl2 backend for Apache + requires: + Apache2::Const: 0 + Apache2::RequestRec: 0 + Apache2::RequestUtil: 0 + Apache2::RequestIO: 0 + - FastCGI: + description: FastCGI backend + requires: + FCGI: 0.61 +generated_by: Mischa POSLAWSKY +meta-spec: + version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.3.html