Suggestion: perl-version-file input support? · Issue #1359 · shogo82148/actions-setup-perl

When using this action with a .perl-version file in the repo, I will probably do something like this: - name: Extract perl version run: echo "PERL_VERSION=$(cat .perl-version)" >> $GITHUB_ENV - nam...