From 5ac5f0721f4997ed1795cdcd25ee2a5b8ce2dd6d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 2 Jun 2008 19:14:59 +0000 Subject: [PATCH] declare provides in META.yml List provided modules (recommended by Kwalitee metayml_has_provides). Module::Build would find the same data, but telling it to leave other fields alone currently takes more effort than simply updating it manually. Maybe later. --- META.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/META.yml b/META.yml index 475da4b..9a367a8 100644 --- a/META.yml +++ b/META.yml @@ -29,6 +29,36 @@ optional_features: description: FastCGI backend requires: FCGI: 0.61 +provides: + PLP: + file: lib/PLP.pm + version: 3.21 + PLP::Script: + file: lib/PLP.pm + PLP::Functions: + file: lib/PLP/Functions.pm + version: 1.00 + PLP::Backend::Apache: + file: lib/PLP/Backend/Apache.pm + version: 1.00 + PLP::Backend::CGI: + file: lib/PLP/Backend/CGI.pm + version: 1.02 + PLP::Backend::FastCGI: + file: lib/PLP/Backend/FastCGI.pm + version: 1.01 + PLP::Fields: + file: lib/PLP/Fields.pm + version: 1.00 + PLP::Tie::Delay: + file: lib/PLP/Tie/Delay.pm + version: 1.00 + PLP::Tie::Headers: + file: lib/PLP/Tie/Headers.pm + version: 1.01 + PLP::Tie::Print: + file: lib/PLP/Tie/Print.pm + version: 1.00 generated_by: Mischa POSLAWSKY meta-spec: version: 1.3 -- 2.30.0