diff --git a/.github/scripts/cleancmd.pl b/.github/scripts/cleancmd.pl index 283a9f4e93..7b79c2e65a 100755 --- a/.github/scripts/cleancmd.pl +++ b/.github/scripts/cleancmd.pl @@ -10,6 +10,11 @@ # might have a problem with that we still deem is fine. # +use strict; +use warnings; + +my @asyms; + open(S, "<./docs/libcurl/symbols-in-versions") || die "can't find symbols-in-versions"; while() {