curl/.github
Viktor Szakats 9972f700a8
perl: switch from backticks to qx()
To make it easier to find external command invocation in the source.

Also drop backticks from a comment.

To find external command invocations in Perl code use:
```sh
git grep -E "((exec|qx|open2|open3|system)\(|open\(.+-\|)" $(<perlfiles>)
```

Refs:
https://perldoc.perl.org/functions/qx
https://perldoc.perl.org/perlop#Simpler-Quote-Like-Operators

Closes #21994
2026-06-14 14:25:02 +02:00
..
ISSUE_TEMPLATE github: Add AI usage warning to issue, doc and PR templates 2026-06-02 13:47:01 -04:00
scripts perl: switch from backticks to qx() 2026-06-14 14:25:02 +02:00
workflows AmigaOS: fix build fallouts, re-add to CI 2026-06-12 20:27:44 +02:00
CODEOWNERS
CONTRIBUTING.md
dependabot.yml
FUNDING.yml
labeler.yml tidy-up: miscellaneous 2026-04-30 20:22:23 +02:00
lock.yml
pull_request_template.md github: Add AI usage warning to issue, doc and PR templates 2026-06-02 13:47:01 -04:00
stale.yml tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00