]>
git.ipfire.org Git - thirdparty/openssl.git/commit
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)