You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2021/03/30 12:26:34 UTC

svn commit: r1888210 - /httpd/site/trunk/lib/path.pm

Author: humbedooh
Date: Tue Mar 30 12:26:34 2021
New Revision: 1888210

URL: http://svn.apache.org/viewvc?rev=1888210&view=rev
Log:
try double-mapping here...

Modified:
    httpd/site/trunk/lib/path.pm

Modified: httpd/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/httpd/site/trunk/lib/path.pm?rev=1888210&r1=1888209&r2=1888210&view=diff
==============================================================================
--- httpd/site/trunk/lib/path.pm (original)
+++ httpd/site/trunk/lib/path.pm Tue Mar 30 12:26:34 2021
@@ -10,7 +10,7 @@ our @patterns = (
 ) ;
 
 our %dependencies = (
-    map +($_ => ["/security/vulnerabilities-httpd.xml"]), grep s/^content//, glob "content/security/*.sh"
+    map +($_ => @foo = map {s/^content//r} glob "content/security/*.json"), grep s/^content//, glob "content/security/*.sh"
 );
 
 1;