Skip Menu |

This queue is for tickets about the PLP CPAN distribution.

Report information
The Basics
Id: 117532
Status: open
Priority: 0/
Queue: PLP

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.23
Fixed in: (no value)



Subject: META.yml is not valid
See http://analysis.cpantesters.org/solved?distv=PLP-3.23 for more information about failing test reports.
From: twata_1 [...] yahoo.co.jp
Hi, I created a patch. I hope this helps. Thank you, -- twata
Subject: PLP-3.23-META.yml.patch
--- ./PLP-3.23/META.yml 2009-10-22 06:43:13.000000000 +0900 +++ ./PLP-3.23-patched/META.yml 2017-09-19 22:46:34.000000000 +0900 @@ -14,21 +14,22 @@ recommends: CGI::Cookie: 0 optional_features: - - mod_perl: + mod_perl: description: mod_perl backend for Apache requires: Apache::Constants: 0 - - mod_perl-two: + mod_perl__two: description: mod_perl2 backend for Apache requires: Apache2::Const: 0 Apache2::RequestRec: 0 Apache2::RequestUtil: 0 Apache2::RequestIO: 0 - - fastcgi: + fastcgi: description: FastCGI backend requires: FCGI: 0.61 + provides: PLP: file: lib/PLP.pm @@ -59,5 +60,5 @@ version: 1.00 generated_by: Mischa POSLAWSKY <perl@shiar.org> meta-spec: - version: 1.3 - url: http://module-build.sourceforge.net/META-spec-v1.3.html + version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html