From 2cba5cde3cff737d3af9d9370c75ac994e2355c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Fri, 23 Jan 2026 10:38:38 +0100 Subject: [PATCH] test-perl: Add note about containerfile for running perl tests modcluster/ci.modcluster.io#106 --- test-perl/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-perl/README.md b/test-perl/README.md index e01335d1..328b1159 100644 --- a/test-perl/README.md +++ b/test-perl/README.md @@ -40,3 +40,6 @@ t/TEST -apxs /opt/apache2/bin/apxs For more information about the testing framework see the official [documentation](https://perl.apache.org/docs/general/testing/testing.html). +Alternatively, you can use a prepared Containerfile from +[ci.modcluster.io repository](https://github.com/modcluster/ci.modcluster.io/blob/main/misc/Containerfile.perltests). +