]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add workflow to check perl core modules for 5.10.1
authorNorbert Pocs <norbertp@openssl.org>
Thu, 10 Jul 2025 18:23:00 +0000 (20:23 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 17 Jul 2025 15:59:19 +0000 (11:59 -0400)
commitb89ab15f133a37188c175d070c1de6188d705aa9
tree6f235e99ec7fe0460848328e3851fbcdb76ec7c0
parent3a90d5f83cbcc151a04b994856fc22c85b52d8f3
Add workflow to check perl core modules for 5.10.1

The motivation is to notice if we would add a module which is not a core
module in the minimal supported perl version.

This does not fail on other errors or warnings by perl, but we should
clear out those also.

Resolves: https://github.com/openssl/project/issues/1269

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28024)
.github/workflows/perl-minimal-checker.yml [new file with mode: 0644]