App-oo_modulino_zsh_completion_helper
view release on metacpan or search on metacpan
.github/workflows/perl_linux.yml view on Meta::CPAN
- '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
- name: Install Dependencies
run: PATH=.:$PATH cpm install -g
- name: build
run: perl Build.PL && ./Build build
- name: Run Tests
run: ./Build test
( run in 0.332 second using v1.01-cache-2.11-cpan-496ff517765 )