You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2021/03/08 16:36:40 UTC

svn commit: r1887336 - /httpd/apreq/trunk/build/version_check.pl

Author: stevehay
Date: Mon Mar  8 16:36:40 2021
New Revision: 1887336

URL: http://svn.apache.org/viewvc?rev=1887336&view=rev
Log:
Add "file" attribute for modules listed as "provided" in META.yml file

The "file" attribute is required according to CPAN::Meta::Spec -- see:
https://metacpan.org/pod/CPAN::Meta::Spec#file1

The missing attribute causes MetaCPAN indexing to go wrong.

Modified:
    httpd/apreq/trunk/build/version_check.pl

Modified: httpd/apreq/trunk/build/version_check.pl
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?rev=1887336&r1=1887335&r2=1887336&view=diff
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Mon Mar  8 16:36:40 2021
@@ -153,22 +153,31 @@ distribution_type: module
 dynamic_config: 1
 provides:
   Apache2::Request:
+    file: glue/perl/lib/Apache2/Request.pm
     version: $opts{version}
   Apache2::Cookie:
+    file: glue/perl/lib/Apache2/Cookie.pm
     version: $opts{version}
   Apache2::Upload:
+    file: glue/perl/lib/Apache2/Upload.pm
     version: $opts{version}
   APR::Request:
+    file: glue/perl/xsbuilder/APR/Request/Request.pm
     version: $opts{version}
   APR::Request::Apache2:
+    file: glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pm
     version: $opts{version}
   APR::Request::CGI:
+    file: glue/perl/xsbuilder/APR/Request/CGI/CGI.pm
     version: $opts{version}
   APR::Request::Error:
+    file: glue/perl/xsbuilder/APR/Request/Error/Error.pm
     version: $opts{version}
   APR::Request::Cookie:
+    file: glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pm
     version: $opts{version}
   APR::Request::Param:
+    file: glue/perl/xsbuilder/APR/Request/Param/Param.pm
     version: $opts{version}
 no_index:
   directory: