Skip to content

Fix bad indentation with simple join. Thanks to anttilinno for the re… #12

Fix bad indentation with simple join. Thanks to anttilinno for the re…

Fix bad indentation with simple join. Thanks to anttilinno for the re… #12

Workflow file for this run

name: Perl CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
perl-version:
- '5.42'
- '5.38'
- '5.32'
- '5.22'
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- run: perl -V
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
- run: make install
- run: prove -lv t/