Skip to content

update Changes after bungled upload to CPAN #27

update Changes after bungled upload to CPAN

update Changes after bungled upload to CPAN #27

Workflow file for this run

name: Perl CI
on:
push:
branches: [ "master", "ci" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['windows-latest']
perl:
- '5.32'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
id: setup
with:
perl-version: ${{ matrix.perl }}
distribution: strawberry
install-modules-with: cpanm
- run: |
$env:PATH
Get-Command perl -All | Format-Table CommandType, Name, Definition
- run: perl Makefile.PL
- run: gmake
- run: prove -b -v