perlcritic: no longer allow qx/backticks

This commit is contained in:
Jörg Thalheim
2025-08-28 13:08:59 +02:00
committed by Jörg Thalheim
parent 06d20bb8e0
commit 38b4d5fa0f
+3
View File
@@ -2,3 +2,6 @@ theme = community
# 5 is the least complainy, 1 is the most complainy
severity = 1
# Disallow backticks - use IPC::Run3 instead for better security
include = InputOutput::ProhibitBacktickOperators