App-oo_modulino_zsh_completion_helper
view release on metacpan or search on metacpan
.github/workflows/perl_linux.yml view on Meta::CPAN
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.12-buster'
- '5.16-buster'
- '5.30'
- '5.32'
- 'latest'
- 'threaded'
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Install cpm if missing
run: if ! which cpm; then curl -fsSL --compressed https://git.io/cpm > cpm; chmod +x cpm; fi
( run in 0.469 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )