Skip to content

t: Fix indirect syntax #36

t: Fix indirect syntax

t: Fix indirect syntax #36

Workflow file for this run

name: CI on Perl 5.{38,36} on {Linux,macOS}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
perl: [ '5.38', '5.36' ]
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- run: perl Makefile.PL
- run: make test